Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.fresco-cream {
color: #f8c8a5;
}
.natural-youth {
color: #d9e6b2;
}
.cay {
color: #a4d2d5;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--fresco-cream:#f8c8a5;
--natural-youth:#d9e6b2;
--cay:#a4d2d5;
--pompelmo:#ff6b6b;
}