Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-yellow {
color: #ffdb3d;
}
.vitamin-c {
color: #ff9900;
}
.vivid-orange {
color: #ff5e00;
}
.boiling-magma {
color: #ff2f00;
}
.communist {
color: #c70000;
}
/* CSS Variables */
:root {
--dandelion-yellow:#ffdb3d;
--vitamin-c:#ff9900;
--vivid-orange:#ff5e00;
--boiling-magma:#ff2f00;
--communist:#c70000;
}