Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.jolt-of-jade {
color: #4eb7a2;
}
.tender-turquoise {
color: #81dfc3;
}
.dolly {
color: #f3f86d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--jolt-of-jade:#4eb7a2;
--tender-turquoise:#81dfc3;
--dolly:#f3f86d;
--grapefruit-pulp:#ff6e61;
}