Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.salt-lake {
color: #6fc5d3;
}
.river-blue {
color: #3cb3c8;
}
.reptilian-green {
color: #009982;
}
.emerald-dream {
color: #007a5e;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--salt-lake:#6fc5d3;
--river-blue:#3cb3c8;
--reptilian-green:#009982;
--emerald-dream:#007a5e;
}