Color names in this palette
CSS code for this palette
/* CSS */
.best-beige {
color: #c5b59b;
}
.sand-pearl {
color: #e7d6b6;
}
.informal-ivory {
color: #f1e7d0;
}
.valley-view {
color: #b2c478;
}
.stonetalon-mountains {
color: #8c7c4f;
}
/* CSS Variables */
:root {
--best-beige:#c5b59b;
--sand-pearl:#e7d6b6;
--informal-ivory:#f1e7d0;
--valley-view:#b2c478;
--stonetalon-mountains:#8c7c4f;
}