Color names in this palette
CSS code for this palette
/* CSS */
.lilac-chiffon {
color: #df9fc3;
}
.spotted-snake-eel {
color: #b0d5e3;
}
.australian-mint {
color: #f2f5a8;
}
.golden-rain-yellow {
color: #ffb657;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--lilac-chiffon:#df9fc3;
--spotted-snake-eel:#b0d5e3;
--australian-mint:#f2f5a8;
--golden-rain-yellow:#ffb657;
--pompelmo:#ff6b6b;
}