Color names in this palette
CSS code for this palette
/* CSS */
.tropical-forest {
color: #034946;
}
.deep-sea-green {
color: #0a5c5c;
}
.riviera-sea {
color: #1b8383;
}
.caicos-turquoise {
color: #2cb5b5;
}
.neon-nazar {
color: #4ce6e6;
}
/* CSS Variables */
:root {
--tropical-forest:#034946;
--deep-sea-green:#0a5c5c;
--riviera-sea:#1b8383;
--caicos-turquoise:#2cb5b5;
--neon-nazar:#4ce6e6;
}