Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a64e;
}
.sunburst {
color: #f3b47c;
}
.avid-apricot {
color: #f4c79f;
}
.sandy-bay {
color: #f9d6b4;
}
.gnocchi-beige {
color: #ffecb8;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a64e;
--sunburst:#f3b47c;
--avid-apricot:#f4c79f;
--sandy-bay:#f9d6b4;
--gnocchi-beige:#ffecb8;
}