Color names in this palette
CSS code for this palette
/* CSS */
.grand-sunset {
color: #c58c8c;
}
.likeable-sand {
color: #d1b7a8;
}
.stone-wash {
color: #e5d4c2;
}
.anise-flower {
color: #f4e3b4;
}
.orange-blast {
color: #f5c799;
}
/* CSS Variables */
:root {
--grand-sunset:#c58c8c;
--likeable-sand:#d1b7a8;
--stone-wash:#e5d4c2;
--anise-flower:#f4e3b4;
--orange-blast:#f5c799;
}