Color names in this palette
CSS code for this palette
/* CSS */
.bourbon {
color: #af6a3c;
}
.sunset-yellow {
color: #ff8b3d;
}
.cape-jasmine {
color: #ffbb5c;
}
.banana-yogurt {
color: #fbe5b6;
}
.early-sunset {
color: #f3e5d8;
}
/* CSS Variables */
:root {
--bourbon:#af6a3c;
--sunset-yellow:#ff8b3d;
--cape-jasmine:#ffbb5c;
--banana-yogurt:#fbe5b6;
--early-sunset:#f3e5d8;
}