Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.new-clay {
color: #f1c2b6;
}
.cream-washed {
color: #f1e0c6;
}
.heirloom-lace {
color: #f6e6d5;
}
.precious-dewdrop {
color: #f4f9e1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--new-clay:#f1c2b6;
--cream-washed:#f1e0c6;
--heirloom-lace:#f6e6d5;
--precious-dewdrop:#f4f9e1;
}