Color names in this palette
CSS code for this palette
/* CSS */
.mink-haze {
color: #c5b4a0;
}
.city-sunrise {
color: #d1a67a;
}
.brittlebush {
color: #ecaf46;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.ground-nutmeg {
color: #a15b3a;
}
/* CSS Variables */
:root {
--mink-haze:#c5b4a0;
--city-sunrise:#d1a67a;
--brittlebush:#ecaf46;
--solar-plexus-chakra:#f0c74c;
--ground-nutmeg:#a15b3a;
}