Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.peach-damask {
color: #f7c6a6;
}
.stella-dora {
color: #f9daa4;
}
.lime-bright {
color: #f1e4b1;
}
.bleached-apricot {
color: #f8c9af;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--peach-damask:#f7c6a6;
--stella-dora:#f9daa4;
--lime-bright:#f1e4b1;
--bleached-apricot:#f8c9af;
}