xxxxxxxxxx
/* Shades of Lavender (HEX & RGB) */
/* Lavender */
.lavender {
color: #E6E6FA;
/* color: rgb(230, 230, 250); */
}
/* Lilac */
.lilac {
color: #C8A2C8;
/* color: rgb(200, 162, 200); */
}
/* Violet */
.violet {
color: #EE82EE;
/* color: rgb(238, 130, 238); */
}
/* Plum */
.plum {
color: #DDA0DD;
/* color: rgb(221, 160, 221); */
}
/* Mauve */
.mauve {
color: #E0B0FF;
/* color: rgb(224, 176, 255); */
}
/* Orchid */
.orchid {
color: #DA70D6;
/* color: rgb(218, 112, 214); */
}
/* Amethyst */
.amethyst {
color: #9966CC;
/* color: rgb(153, 102, 204); */
}
/* Periwinkle */
.periwinkle {
color: #CCCCFF;
/* color: rgb(204, 204, 255); */
}
/* Wisteria */
.wisteria {
color: #C9A0DC;
/* color: rgb(201, 160, 220); */
}
/* Heather */
.heather {
color: #B4A0FF;
/* color: rgb(180, 160, 255); */
}
/* Lavender Blush */
.lavender-blush {
color: #FFF0F5;
/* color: rgb(255, 240, 245); */
}
/* Pale Lilac */
.pale-lilac {
color: #DCD0FF;
/* color: rgb(220, 208, 255); */
}
/* Grape */
.grape {
color: #6F2DA8;
/* color: rgb(111, 45, 168); */
}
/* Dusty Purple */
.dusty-purple {
color: #86608E;
/* color: rgb(134, 96, 142); */
}
/* Lavender Gray */
.lavender-gray {
color: #C4C3D0;
/* color: rgb(196, 195, 208); */
}