Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a5d7a2;
}
.fiesta-blue {
color: #70c2b4;
}
.may-day {
color: #4ccdc4;
}
.mystic-tulip {
color: #f7b5a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--green-trance:#a5d7a2;
--fiesta-blue:#70c2b4;
--may-day:#4ccdc4;
--mystic-tulip:#f7b5a1;
--grapefruit-pulp:#ff6e61;
}