Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f2b5d4;
}
.dawn-light {
color: #f9e0a9;
}
.citrus-sachet {
color: #f6c9a7;
}
.sweet-60 {
color: #f3a0af;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f2b5d4;
--dawn-light:#f9e0a9;
--citrus-sachet:#f6c9a7;
--sweet-60:#f3a0af;
--breeze-of-chilli:#f76e6e;
}