Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.neighborly-peach {
color: #f1c2a2;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.majestic-treasures {
color: #f1e7a2;
}
.reef-refractions {
color: #d1f1a2;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--neighborly-peach:#f1c2a2;
--antique-wicker-basket:#f1d4a2;
--majestic-treasures:#f1e7a2;
--reef-refractions:#d1f1a2;
}