Color names in this palette
CSS code for this palette
/* CSS */
.warm-cocoon {
color: #f8d09b;
}
.crunch {
color: #f4b75d;
}
.amber-glow {
color: #f1993b;
}
.citrus-blast {
color: #e17c3d;
}
.summer-heat {
color: #a9543d;
}
/* CSS Variables */
:root {
--warm-cocoon:#f8d09b;
--crunch:#f4b75d;
--amber-glow:#f1993b;
--citrus-blast:#e17c3d;
--summer-heat:#a9543d;
}