Color names in this palette
CSS code for this palette
/* CSS */
.stone-wash {
color: #e6d5c1;
}
.koji-orange {
color: #f3b249;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.smooch-rouge {
color: #d6384b;
}
/* CSS Variables */
:root {
--stone-wash:#e6d5c1;
--koji-orange:#f3b249;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--smooch-rouge:#d6384b;
}