Color names in this palette
CSS code for this palette
/* CSS */
.daisy-desi {
color: #fddd8b;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.iceland-poppy {
color: #f67a2c;
}
.war-paint-red {
color: #d65c1f;
}
.spill-the-beans {
color: #99391e;
}
/* CSS Variables */
:root {
--daisy-desi:#fddd8b;
--gemini-mustard-momento:#f9a64e;
--iceland-poppy:#f67a2c;
--war-paint-red:#d65c1f;
--spill-the-beans:#99391e;
}