Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c87b3c;
}
.cat-s-eye-marble {
color: #d8a65f;
}
.english-custard {
color: #e2b86f;
}
.willow-flower-yellow {
color: #f2d29c;
}
.creamy-cloud-dreams {
color: #fef5e1;
}
/* CSS Variables */
:root {
--summerset:#c87b3c;
--cat-s-eye-marble:#d8a65f;
--english-custard:#e2b86f;
--willow-flower-yellow:#f2d29c;
--creamy-cloud-dreams:#fef5e1;
}