Color names in this palette
CSS code for this palette
/* CSS */
.aqueous {
color: #3a8d92;
}
.hygiene-green {
color: #5cc1b0;
}
.seafoam-blue {
color: #77d4b2;
}
.optimistic-yellow {
color: #f4e1a4;
}
.beach-sand {
color: #f9b58b;
}
/* CSS Variables */
:root {
--aqueous:#3a8d92;
--hygiene-green:#5cc1b0;
--seafoam-blue:#77d4b2;
--optimistic-yellow:#f4e1a4;
--beach-sand:#f9b58b;
}