Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e2c5d2;
}
.sweet-sheba {
color: #f1b7a7;
}
.bergamot-orange {
color: #f3a158;
}
.chat-orange {
color: #f79c40;
}
.carrot {
color: #f76a3b;
}
/* CSS Variables */
:root {
--etcetera:#e2c5d2;
--sweet-sheba:#f1b7a7;
--bergamot-orange:#f3a158;
--chat-orange:#f79c40;
--carrot:#f76a3b;
}