Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9b9e;
}
.island-moment {
color: #40b5a4;
}
.hidden-sea-glass {
color: #6ed4c6;
}
.rainwater {
color: #8bdad4;
}
.east-cape {
color: #b4f3e1;
}
/* CSS Variables */
:root {
--baltic:#1f9b9e;
--island-moment:#40b5a4;
--hidden-sea-glass:#6ed4c6;
--rainwater:#8bdad4;
--east-cape:#b4f3e1;
}