Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e898f;
}
.glassmith {
color: #4cb6c2;
}
.foaming-surf {
color: #8fd5dc;
}
.taco {
color: #f4c9b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--river-fountain:#1e898f;
--glassmith:#4cb6c2;
--foaming-surf:#8fd5dc;
--taco:#f4c9b4;
--grapefruit-pulp:#ff6e61;
}