Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.alesan {
color: #f1c1a7;
}
.friendly-yellow {
color: #f6e1b1;
}
.yucca-cream {
color: #a2d8c8;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--alesan:#f1c1a7;
--friendly-yellow:#f6e1b1;
--yucca-cream:#a2d8c8;
--regale-blue:#80b3d6;
}