Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.deep-fried-sun-rays {
color: #f5c75b;
}
.forsythia-blossom {
color: #f6d96f;
}
.buttery-croissant {
color: #f6e39d;
}
.candlelight-yellow {
color: #f6f1c6;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--deep-fried-sun-rays:#f5c75b;
--forsythia-blossom:#f6d96f;
--buttery-croissant:#f6e39d;
--candlelight-yellow:#f6f1c6;
}