Color names in this palette
CSS code for this palette
/* CSS */
.victorian-greenhouse {
color: #03b093;
}
.moray-eel {
color: #00a88c;
}
.cyan-sky {
color: #00bdba;
}
.first-timer-green {
color: #00e6de;
}
.ice-temple {
color: #1efaec;
}
/* CSS Variables */
:root {
--victorian-greenhouse:#03b093;
--moray-eel:#00a88c;
--cyan-sky:#00bdba;
--first-timer-green:#00e6de;
--ice-temple:#1efaec;
}