Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d65c8d;
}
.antique-cameo {
color: #f0b7a3;
}
.satin-latour {
color: #f9daae;
}
.yellow-bliss {
color: #f3eab9;
}
.fizz {
color: #b0d8a6;
}
/* CSS Variables */
:root {
--flirty-rose:#d65c8d;
--antique-cameo:#f0b7a3;
--satin-latour:#f9daae;
--yellow-bliss:#f3eab9;
--fizz:#b0d8a6;
}