Color names in this palette
CSS code for this palette
/* CSS */
.aqueous {
color: #3a8e9c;
}
.hygiene-green {
color: #5cb7b7;
}
.fling-green {
color: #8fd1d1;
}
.venetian-yellow {
color: #f3e4a0;
}
.pink-mimosa {
color: #f6b8a7;
}
/* CSS Variables */
:root {
--aqueous:#3a8e9c;
--hygiene-green:#5cb7b7;
--fling-green:#8fd1d1;
--venetian-yellow:#f3e4a0;
--pink-mimosa:#f6b8a7;
}