Color names in this palette
CSS code for this palette
/* CSS */
.fiery-orange {
color: #b45b31;
}
.aegean-sky {
color: #e18c5b;
}
.cream-blush {
color: #f5c299;
}
.banana-yogurt {
color: #f9e9b4;
}
.potter-s-clay {
color: #a94c28;
}
/* CSS Variables */
:root {
--fiery-orange:#b45b31;
--aegean-sky:#e18c5b;
--cream-blush:#f5c299;
--banana-yogurt:#f9e9b4;
--potter-s-clay:#a94c28;
}