Color names in this palette
CSS code for this palette
/* CSS */
.apricot-sorbet {
color: #e6a55c;
}
.goldsmith {
color: #f2b650;
}
.deep-fried-sun-rays {
color: #f8c659;
}
.golden-snitch {
color: #f2e145;
}
.lazy-daisy {
color: #f5e9a3;
}
/* CSS Variables */
:root {
--apricot-sorbet:#e6a55c;
--goldsmith:#f2b650;
--deep-fried-sun-rays:#f8c659;
--golden-snitch:#f2e145;
--lazy-daisy:#f5e9a3;
}