Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f5c76b;
}
.bleached-sunflower {
color: #f9e8a4;
}
.avid-apricot {
color: #f3c5a0;
}
.sweet-honey {
color: #d1a25c;
}
.indian-yellow {
color: #e2a75a;
}
/* CSS Variables */
:root {
--yellow-currant:#f5c76b;
--bleached-sunflower:#f9e8a4;
--avid-apricot:#f3c5a0;
--sweet-honey:#d1a25c;
--indian-yellow:#e2a75a;
}