Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-peel {
color: #ff9d00;
}
.vivid-orange {
color: #ff5e00;
}
.sizzling-red {
color: #ff3d5a;
}
.himalayan-balsam {
color: #ff99c9;
}
.cadmium-violet {
color: #813d99;
}
/* CSS Variables */
:root {
--mandarin-peel:#ff9d00;
--vivid-orange:#ff5e00;
--sizzling-red:#ff3d5a;
--himalayan-balsam:#ff99c9;
--cadmium-violet:#813d99;
}