Color names in this palette
CSS code for this palette
/* CSS */
.pitmaston-pear-yellow {
color: #d2a32d;
}
.high-honey {
color: #e0b94d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.maybe-maui {
color: #f6d58e;
}
.warm-leather {
color: #c8a05b;
}
/* CSS Variables */
:root {
--pitmaston-pear-yellow:#d2a32d;
--high-honey:#e0b94d;
--solar-plexus-chakra:#f1c84b;
--maybe-maui:#f6d58e;
--warm-leather:#c8a05b;
}