Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6b87;
}
.precious-stone {
color: #2e8b99;
}
.waterfall {
color: #3db39f;
}
.peppy {
color: #6fd8b1;
}
.bright-sea-green {
color: #a1e3c3;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6b87;
--precious-stone:#2e8b99;
--waterfall:#3db39f;
--peppy:#6fd8b1;
--bright-sea-green:#a1e3c3;
}