Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.capture {
color: #2cb5a2;
}
.medium-turquoise {
color: #4dd5d1;
}
.cold-blue {
color: #86e4e3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--capture:#2cb5a2;
--medium-turquoise:#4dd5d1;
--cold-blue:#86e4e3;
--grapefruit-pulp:#ff6e61;
}