Color names in this palette
CSS code for this palette
/* CSS */
.cotton-ball {
color: #f3f9fc;
}
.terrace-pool {
color: #a3d7e0;
}
.water-park {
color: #53b2a0;
}
.zirconia-teal {
color: #2b7c7d;
}
.nordic {
color: #1e3a3e;
}
/* CSS Variables */
:root {
--cotton-ball:#f3f9fc;
--terrace-pool:#a3d7e0;
--water-park:#53b2a0;
--zirconia-teal:#2b7c7d;
--nordic:#1e3a3e;
}