Color names in this palette
CSS code for this palette
/* CSS */
.hotspot {
color: #ff4938;
}
.carrot {
color: #ff713d;
}
.radiant-yellow {
color: #ff9e1f;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--hotspot:#ff4938;
--carrot:#ff713d;
--radiant-yellow:#ff9e1f;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
}