Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.citrus-sachet {
color: #f1c6a7;
}
.sugar-cookie {
color: #f1e1a2;
}
.new-heights {
color: #d0e5f1;
}
.baby-blue-eyes {
color: #a2c7f1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--citrus-sachet:#f1c6a7;
--sugar-cookie:#f1e1a2;
--new-heights:#d0e5f1;
--baby-blue-eyes:#a2c7f1;
}