Color names in this palette
CSS code for this palette
/* CSS */
.clear-moon {
color: #faf4eb;
}
.nevada-sand {
color: #e9d4b9;
}
.terracotta-sand {
color: #d8b99d;
}
.chimera-brown {
color: #c79a75;
}
.honey-maple {
color: #a86d5d;
}
/* CSS Variables */
:root {
--clear-moon:#faf4eb;
--nevada-sand:#e9d4b9;
--terracotta-sand:#d8b99d;
--chimera-brown:#c79a75;
--honey-maple:#a86d5d;
}