Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.florida-turquoise {
color: #6cbcae;
}
.rockpool {
color: #4ea29f;
}
.celadon-green {
color: #2f897b;
}
.moonlit-pool {
color: #1d5d63;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--florida-turquoise:#6cbcae;
--rockpool:#4ea29f;
--celadon-green:#2f897b;
--moonlit-pool:#1d5d63;
}