Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.macau {
color: #4abf9a;
}
.pale-robin-egg-blue {
color: #94e1d3;
}
.glitter-yellow {
color: #f6d75a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--macau:#4abf9a;
--pale-robin-egg-blue:#94e1d3;
--glitter-yellow:#f6d75a;
--grapefruit-pulp:#ff6e61;
}