Color names in this palette
CSS code for this palette
/* CSS */
.blistering-mars {
color: #ff6a4d;
}
.mandarin-peel {
color: #ff9d00;
}
.soviet-gold {
color: #ffd900;
}
.verditer {
color: #00b8a8;
}
.sambucus {
color: #1c1c2c;
}
/* CSS Variables */
:root {
--blistering-mars:#ff6a4d;
--mandarin-peel:#ff9d00;
--soviet-gold:#ffd900;
--verditer:#00b8a8;
--sambucus:#1c1c2c;
}