Color names in this palette
CSS code for this palette
/* CSS */
.macau {
color: #3cbe93;
}
.a-state-of-mint {
color: #8af4c8;
}
.fine-linen {
color: #f7f9c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.medium-pink {
color: #f25a92;
}
/* CSS Variables */
:root {
--macau:#3cbe93;
--a-state-of-mint:#8af4c8;
--fine-linen:#f7f9c3;
--grapefruit-pulp:#ff6e61;
--medium-pink:#f25a92;
}