Color names in this palette
CSS code for this palette
/* CSS */
.crescent-moon {
color: #f1e9d0;
}
.champagne-gold {
color: #e8d7b5;
}
.almond-butter {
color: #d8c5a6;
}
.basket-beige {
color: #c0a88c;
}
.mongoose {
color: #a58b6f;
}
/* CSS Variables */
:root {
--crescent-moon:#f1e9d0;
--champagne-gold:#e8d7b5;
--almond-butter:#d8c5a6;
--basket-beige:#c0a88c;
--mongoose:#a58b6f;
}