Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.allspice {
color: #f6cba7;
}
.summer-s-heat {
color: #f5e699;
}
.willow-wind {
color: #d5e1a8;
}
.artesian-pool {
color: #a3c2e1;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--allspice:#f6cba7;
--summer-s-heat:#f5e699;
--willow-wind:#d5e1a8;
--artesian-pool:#a3c2e1;
}