Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.island-moment {
color: #3bb0a8;
}
.peppy-peacock {
color: #4dd5b8;
}
.sparkling-mint {
color: #a3e0d3;
}
.distant-horizon {
color: #f0f9f6;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--island-moment:#3bb0a8;
--peppy-peacock:#4dd5b8;
--sparkling-mint:#a3e0d3;
--distant-horizon:#f0f9f6;
}