Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f1c2b6;
}
.coral-silk {
color: #f2a67d;
}
.arts-crafts-gold {
color: #f8c48b;
}
.buttery-croissant {
color: #f6e49d;
}
.dakota-wheat {
color: #e0ba8f;
}
/* CSS Variables */
:root {
--new-clay:#f1c2b6;
--coral-silk:#f2a67d;
--arts-crafts-gold:#f8c48b;
--buttery-croissant:#f6e49d;
--dakota-wheat:#e0ba8f;
}