Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e3b5d7;
}
.palace-rose {
color: #f7cad7;
}
.illuminated {
color: #f9e6d7;
}
.dandelion-whisper {
color: #feeeb4;
}
.saffron {
color: #f4c62f;
}
/* CSS Variables */
:root {
--french-lilac:#e3b5d7;
--palace-rose:#f7cad7;
--illuminated:#f9e6d7;
--dandelion-whisper:#feeeb4;
--saffron:#f4c62f;
}