Color names in this palette
CSS code for this palette
/* CSS */
.dorset-naga {
color: #9c2b2f;
}
.pimm-s {
color: #c55e60;
}
.jurassic-gold {
color: #e3a34f;
}
.sunrise {
color: #f6c279;
}
.antique-china {
color: #fdf6e7;
}
/* CSS Variables */
:root {
--dorset-naga:#9c2b2f;
--pimm-s:#c55e60;
--jurassic-gold:#e3a34f;
--sunrise:#f6c279;
--antique-china:#fdf6e7;
}