Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #da4b2b;
}
.mandarin-orange {
color: #f26c3a;
}
.ginger-milk {
color: #f6a65a;
}
.arts-crafts-gold {
color: #f9c98b;
}
.dandelion-whisper {
color: #fef5b4;
}
/* CSS Variables */
:root {
--crab-curry:#da4b2b;
--mandarin-orange:#f26c3a;
--ginger-milk:#f6a65a;
--arts-crafts-gold:#f9c98b;
--dandelion-whisper:#fef5b4;
}