Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.caramel-cream {
color: #f5b68e;
}
.sunday-afternoon {
color: #f4c67b;
}
.forsythia-blossom {
color: #f3d66d;
}
.tamarack-yellow {
color: #f1e255;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--caramel-cream:#f5b68e;
--sunday-afternoon:#f4c67b;
--forsythia-blossom:#f3d66d;
--tamarack-yellow:#f1e255;
}