Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.aquarius {
color: #2db6c8;
}
.everest {
color: #a3e6e4;
}
.ginger-peach {
color: #f7d2a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--aquarius:#2db6c8;
--everest:#a3e6e4;
--ginger-peach:#f7d2a1;
--grapefruit-pulp:#ff6e61;
}