Color names in this palette
CSS code for this palette
/* CSS */
.blue-square {
color: #4e8a97;
}
.calabrese {
color: #f0a4a3;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mauve-orchid {
color: #a66e8d;
}
/* CSS Variables */
:root {
--blue-square:#4e8a97;
--calabrese:#f0a4a3;
--smooth-as-corn-silk:#f4e2b3;
--grapefruit-pulp:#ff6e61;
--mauve-orchid:#a66e8d;
}