Color names in this palette
CSS code for this palette
/* CSS */
.big-ocean-wave {
color: #31708c;
}
.aztec-sky {
color: #4ab7d9;
}
.everest {
color: #a3e6e5;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--big-ocean-wave:#31708c;
--aztec-sky:#4ab7d9;
--everest:#a3e6e5;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}