Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f6e1a2;
}
.citrus-sachet {
color: #f1c7a7;
}
.emperor-s-children {
color: #f1a2b7;
}
.wonder-lust {
color: #f08e9d;
}
.natural-candy-pink {
color: #e67078;
}
/* CSS Variables */
:root {
--sun-dust:#f6e1a2;
--citrus-sachet:#f1c7a7;
--emperor-s-children:#f1a2b7;
--wonder-lust:#f08e9d;
--natural-candy-pink:#e67078;
}