Color names in this palette
CSS code for this palette
/* CSS */
.ocean-green {
color: #3c9a6d;
}
.verdigris-green {
color: #5cad89;
}
.crystal-gem {
color: #7acda9;
}
.bright-sea-green {
color: #9fdfc0;
}
.shallow-end {
color: #c3f9e5;
}
/* CSS Variables */
:root {
--ocean-green:#3c9a6d;
--verdigris-green:#5cad89;
--crystal-gem:#7acda9;
--bright-sea-green:#9fdfc0;
--shallow-end:#c3f9e5;
}