Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.green-trance {
color: #a2d59f;
}
.xavier-blue {
color: #6db0e3;
}
.pink-marshmallow {
color: #f2b5d4;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--smooth-as-corn-silk:#f5e3b2;
--green-trance:#a2d59f;
--xavier-blue:#6db0e3;
--pink-marshmallow:#f2b5d4;
}