Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.fiesta-blue {
color: #6cc1b3;
}
.paradise-island {
color: #57a89c;
}
.royal-palm {
color: #3e8988;
}
.north-sea {
color: #2c6c6d;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--fiesta-blue:#6cc1b3;
--paradise-island:#57a89c;
--royal-palm:#3e8988;
--north-sea:#2c6c6d;
}