Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.almond-cream {
color: #f5c19e;
}
.rice-wine {
color: #f5e8c7;
}
.smooth-satin {
color: #a3d7d5;
}
.gulf-stream {
color: #75b3a7;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--almond-cream:#f5c19e;
--rice-wine:#f5e8c7;
--smooth-satin:#a3d7d5;
--gulf-stream:#75b3a7;
}