Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.miami-teal {
color: #6bc7b1;
}
.ambrosial-oceanside {
color: #42ae9a;
}
.emerald-whispers {
color: #2e8a74;
}
.forest-biome {
color: #1f5c57;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--miami-teal:#6bc7b1;
--ambrosial-oceanside:#42ae9a;
--emerald-whispers:#2e8a74;
--forest-biome:#1f5c57;
}