Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8e9e;
}
.waterfall {
color: #3bb0a4;
}
.peppy {
color: #69d3b3;
}
.sweet-aqua {
color: #a2ebd2;
}
.weathered-mint {
color: #e5f8e2;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8e9e;
--waterfall:#3bb0a4;
--peppy:#69d3b3;
--sweet-aqua:#a2ebd2;
--weathered-mint:#e5f8e2;
}