Color names in this palette
CSS code for this palette
/* CSS */
.toasted-paprika {
color: #a44b2d;
}
.ceremonial-gold {
color: #d49b59;
}
.apricot-illusion {
color: #e3c3a6;
}
.gumbo {
color: #708f87;
}
.dante-peak {
color: #b3d6d6;
}
/* CSS Variables */
:root {
--toasted-paprika:#a44b2d;
--ceremonial-gold:#d49b59;
--apricot-illusion:#e3c3a6;
--gumbo:#708f87;
--dante-peak:#b3d6d6;
}