Color names in this palette
CSS code for this palette
/* CSS */
.khaki-core {
color: #f9e3ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mellowed-gold {
color: #e3a84f;
}
.beech-nut {
color: #d6b39a;
}
.hanover {
color: #d8c6b0;
}
/* CSS Variables */
:root {
--khaki-core:#f9e3ae;
--solar-plexus-chakra:#f1c84b;
--mellowed-gold:#e3a84f;
--beech-nut:#d6b39a;
--hanover:#d8c6b0;
}