Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e7f4f2;
}
.ode-to-green {
color: #b3e6d9;
}
.water-wings {
color: #80d0cb;
}
.tropical-escape {
color: #4cb8b1;
}
.fishy-house {
color: #1fa398;
}
/* CSS Variables */
:root {
--ethereal-white:#e7f4f2;
--ode-to-green:#b3e6d9;
--water-wings:#80d0cb;
--tropical-escape:#4cb8b1;
--fishy-house:#1fa398;
}