Color names in this palette
CSS code for this palette
/* CSS */
.esoteric {
color: #c3b4a2;
}
.chalk-beige {
color: #d7c4b2;
}
.floating-feather {
color: #e9d7c3;
}
.marquee-white {
color: #f5e9d6;
}
.alhambra-cream {
color: #f8f2e2;
}
/* CSS Variables */
:root {
--esoteric:#c3b4a2;
--chalk-beige:#d7c4b2;
--floating-feather:#e9d7c3;
--marquee-white:#f5e9d6;
--alhambra-cream:#f8f2e2;
}