Color names in this palette
CSS code for this palette
/* CSS */
.red-mull {
color: #ff8a8a;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.big-bus-yellow {
color: #ffda8a;
}
.butter-cupcake {
color: #ffdf99;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--red-mull:#ff8a8a;
--wildflower-bouquet:#ffb3b3;
--big-bus-yellow:#ffda8a;
--butter-cupcake:#ffdf99;
--mouse-nose:#ffe4b3;
}