Color names in this palette
CSS code for this palette
/* CSS */
.mexican-sand-dollar {
color: #d9d4c4;
}
.garlic-beige {
color: #b1aaa0;
}
.more-than-a-week {
color: #8b8c8d;
}
.wind-cave {
color: #6a6c7c;
}
.bijou-blue {
color: #4d5c80;
}
/* CSS Variables */
:root {
--mexican-sand-dollar:#d9d4c4;
--garlic-beige:#b1aaa0;
--more-than-a-week:#8b8c8d;
--wind-cave:#6a6c7c;
--bijou-blue:#4d5c80;
}