Color names in this palette
CSS code for this palette
/* CSS */
.cooled-cream {
color: #fbdc93;
}
.rose-mallow {
color: #f2a6c4;
}
.tea-light {
color: #f6e4c1;
}
.mystic-tulip {
color: #f6b8a2;
}
.apricot-obsession {
color: #f7c6b6;
}
/* CSS Variables */
:root {
--cooled-cream:#fbdc93;
--rose-mallow:#f2a6c4;
--tea-light:#f6e4c1;
--mystic-tulip:#f6b8a2;
--apricot-obsession:#f7c6b6;
}