Color names in this palette
CSS code for this palette
/* CSS */
.cruel-ruby {
color: #e42f41;
}
.royal-blush {
color: #f27154;
}
.mom-s-pancake {
color: #f9c753;
}
.lemon-gelato {
color: #f9ea9f;
}
.livery-green {
color: #a7da72;
}
/* CSS Variables */
:root {
--cruel-ruby:#e42f41;
--royal-blush:#f27154;
--mom-s-pancake:#f9c753;
--lemon-gelato:#f9ea9f;
--livery-green:#a7da72;
}