Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1e9999;
}
.island-aqua {
color: #2bb6b3;
}
.may-day {
color: #4dd1c2;
}
.turquoise-chalk {
color: #76e5d4;
}
.oasis-stream {
color: #a3f0e1;
}
/* CSS Variables */
:root {
--sea-fantasy:#1e9999;
--island-aqua:#2bb6b3;
--may-day:#4dd1c2;
--turquoise-chalk:#76e5d4;
--oasis-stream:#a3f0e1;
}