Color names in this palette
CSS code for this palette
/* CSS */
.rich-maroon {
color: #b22a6e;
}
.breeze-of-chilli {
color: #f26e6e;
}
.troll-slayer-orange {
color: #f3a14f;
}
.bright-khaki {
color: #f3e98c;
}
.double-cream {
color: #f0d8a3;
}
/* CSS Variables */
:root {
--rich-maroon:#b22a6e;
--breeze-of-chilli:#f26e6e;
--troll-slayer-orange:#f3a14f;
--bright-khaki:#f3e98c;
--double-cream:#f0d8a3;
}