Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a34e;
}
.koji-orange {
color: #f8af49;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.mocha-dandelion {
color: #f0d86a;
}
.antique-wicker-basket {
color: #f7d3a1;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a34e;
--koji-orange:#f8af49;
--deep-fried-sun-rays:#f4c65d;
--mocha-dandelion:#f0d86a;
--antique-wicker-basket:#f7d3a1;
}