Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f3c5af;
}
.cameo-cream {
color: #f4e3c3;
}
.lasting-thoughts {
color: #d7e6ad;
}
.ocean-cruise {
color: #9fd4df;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f3c5af;
--cameo-cream:#f4e3c3;
--lasting-thoughts:#d7e6ad;
--ocean-cruise:#9fd4df;
}