Color names in this palette
CSS code for this palette
/* CSS */
.lilac-chiffon {
color: #e09ec7;
}
.carnation-bouquet {
color: #f3bfd0;
}
.illuminated {
color: #f9e5d7;
}
.durango-dust {
color: #fbe3a2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--lilac-chiffon:#e09ec7;
--carnation-bouquet:#f3bfd0;
--illuminated:#f9e5d7;
--durango-dust:#fbe3a2;
--blue-angels-yellow:#fab700;
}