Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.breeze-of-chilli {
color: #f76e6e;
}
.satin-latour {
color: #f9d9ae;
}
.plum-blossom {
color: #f2a1a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--breeze-of-chilli:#f76e6e;
--satin-latour:#f9d9ae;
--plum-blossom:#f2a1a1;
--solar-plexus-chakra:#f1c84b;
}