Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.first-date {
color: #f2b2a1;
}
.cream-custard {
color: #f2d7b0;
}
.limitless {
color: #f1deb7;
}
.touch-of-green {
color: #d9e9d3;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--first-date:#f2b2a1;
--cream-custard:#f2d7b0;
--limitless:#f1deb7;
--touch-of-green:#d9e9d3;
}