Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.avid-apricot {
color: #f4c59f;
}
.aspen-yellow {
color: #f4e09f;
}
.smooth-satin {
color: #a2d8d1;
}
.baby-blue-eyes {
color: #9fc5f4;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--avid-apricot:#f4c59f;
--aspen-yellow:#f4e09f;
--smooth-satin:#a2d8d1;
--baby-blue-eyes:#9fc5f4;
}