Color names in this palette
CSS code for this palette
/* CSS */
.best-beige {
color: #c5b59b;
}
.cozy-wool {
color: #d0b89a;
}
.creole-cottage {
color: #e4b49a;
}
.darling-clementine {
color: #d19c7a;
}
.tobey-rattan {
color: #ad7a5c;
}
/* CSS Variables */
:root {
--best-beige:#c5b59b;
--cozy-wool:#d0b89a;
--creole-cottage:#e4b49a;
--darling-clementine:#d19c7a;
--tobey-rattan:#ad7a5c;
}