Color names in this palette
CSS code for this palette
/* CSS */
.warrior-queen {
color: #a52c4a;
}
.masoho-red {
color: #d5786c;
}
.citrus-sachet {
color: #f1c6a7;
}
.cr-me-de-la-cr-me {
color: #f3e9b4;
}
.starflower-blue {
color: #4a97b0;
}
/* CSS Variables */
:root {
--warrior-queen:#a52c4a;
--masoho-red:#d5786c;
--citrus-sachet:#f1c6a7;
--cr-me-de-la-cr-me:#f3e9b4;
--starflower-blue:#4a97b0;
}