Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.willpower-orange {
color: #fa5c00;
}
.ponceau {
color: #f85d72;
}
.moth-orchid {
color: #d6006f;
}
.violet-poison {
color: #8a00b8;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--willpower-orange:#fa5c00;
--ponceau:#f85d72;
--moth-orchid:#d6006f;
--violet-poison:#8a00b8;
}