Color names in this palette
CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.opal-flame {
color: #e85d4a;
}
.riviera-rose {
color: #f6b0a7;
}
.willow-flower-yellow {
color: #f1d19d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--opal-flame:#e85d4a;
--riviera-rose:#f6b0a7;
--willow-flower-yellow:#f1d19d;
--soviet-gold:#ffd900;
}