Color names in this palette
CSS code for this palette
/* CSS */
.curd {
color: #f9e1b9;
}
.pismo-dunes {
color: #f3d5a5;
}
.neighborly-peach {
color: #f1c2a2;
}
.gentle-doe {
color: #e6b68e;
}
.ceremonial-gold {
color: #d69f5c;
}
/* CSS Variables */
:root {
--curd:#f9e1b9;
--pismo-dunes:#f3d5a5;
--neighborly-peach:#f1c2a2;
--gentle-doe:#e6b68e;
--ceremonial-gold:#d69f5c;
}