Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e7f2f3;
}
.smooth-satin {
color: #a4d6d4;
}
.hygiene-green {
color: #5db6b3;
}
.royal-palm {
color: #3a8d88;
}
.lacrosse {
color: #2c5e5a;
}
/* CSS Variables */
:root {
--ethereal-white:#e7f2f3;
--smooth-satin:#a4d6d4;
--hygiene-green:#5db6b3;
--royal-palm:#3a8d88;
--lacrosse:#2c5e5a;
}