Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1d8a90;
}
.hygiene-green {
color: #5cc1b7;
}
.aqua-island {
color: #a0dad5;
}
.bright-khaki {
color: #f0e78e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--river-fountain:#1d8a90;
--hygiene-green:#5cc1b7;
--aqua-island:#a0dad5;
--bright-khaki:#f0e78e;
--grapefruit-pulp:#ff6e61;
}