Color names in this palette
CSS code for this palette
/* CSS */
.celadon-green {
color: #2c817e;
}
.veranda {
color: #5da8a6;
}
.fountain-city {
color: #98d7cf;
}
.soaring-sky {
color: #b9e9e8;
}
.distant-horizon {
color: #f2f8f7;
}
/* CSS Variables */
:root {
--celadon-green:#2c817e;
--veranda:#5da8a6;
--fountain-city:#98d7cf;
--soaring-sky:#b9e9e8;
--distant-horizon:#f2f8f7;
}