Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shocking-orange {
color: #ff6d1f;
}
.mandarin-peel {
color: #ff9d00;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shocking-orange:#ff6d1f;
--mandarin-peel:#ff9d00;
--egg-yolk-sunrise:#ffd60a;
--hollandaise:#ffec3d;
}