Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.neighborly-peach {
color: #f3c0a5;
}
.walnut-cream {
color: #f5d9b2;
}
.calla {
color: #f1e0b6;
}
.whirlpool {
color: #a6d8c9;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--neighborly-peach:#f3c0a5;
--walnut-cream:#f5d9b2;
--calla:#f1e0b6;
--whirlpool:#a6d8c9;
}