Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d4b0d8;
}
.liberal-lilac {
color: #9b5cb2;
}
.purple-corallite {
color: #5a4f8c;
}
.aqueous {
color: #3a8d98;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d4b0d8;
--liberal-lilac:#9b5cb2;
--purple-corallite:#5a4f8c;
--aqueous:#3a8d98;
--deep-fried-sun-rays:#f4c95d;
}