Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f8d4b4;
}
.neighborly-peach {
color: #f4c1a4;
}
.modestly-peach {
color: #e9a59b;
}
.copperfield {
color: #db8a8d;
}
.lovebirds {
color: #c76b7c;
}
/* CSS Variables */
:root {
--cheddar-corn:#f8d4b4;
--neighborly-peach:#f4c1a4;
--modestly-peach:#e9a59b;
--copperfield:#db8a8d;
--lovebirds:#c76b7c;
}