Color names in this palette
CSS code for this palette
/* CSS */
.warming-peach {
color: #e3b8a1;
}
.ungor-beige {
color: #d6a66b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dodgeroll-gold {
color: #f39c12;
}
.sorbus {
color: #e06e38;
}
/* CSS Variables */
:root {
--warming-peach:#e3b8a1;
--ungor-beige:#d6a66b;
--solar-plexus-chakra:#f1c84b;
--dodgeroll-gold:#f39c12;
--sorbus:#e06e38;
}