Color names in this palette
CSS code for this palette
/* CSS */
.whitewater-bay {
color: #b9c8ac;
}
.eerie-glow {
color: #a8d6b9;
}
.baby-cake {
color: #85c1a0;
}
.corrosion-green {
color: #4cae8c;
}
.leprechaun {
color: #2c8c6d;
}
/* CSS Variables */
:root {
--whitewater-bay:#b9c8ac;
--eerie-glow:#a8d6b9;
--baby-cake:#85c1a0;
--corrosion-green:#4cae8c;
--leprechaun:#2c8c6d;
}