Color names in this palette
CSS code for this palette
/* CSS */
.bourbon {
color: #ab6b3b;
}
.last-sunlight {
color: #e5b738;
}
.butter-tart {
color: #fce8a1;
}
.peach-damask {
color: #f5c6a8;
}
.orange-ochre {
color: #d97930;
}
/* CSS Variables */
:root {
--bourbon:#ab6b3b;
--last-sunlight:#e5b738;
--butter-tart:#fce8a1;
--peach-damask:#f5c6a8;
--orange-ochre:#d97930;
}