Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f8e8c;
}
.island-moment {
color: #3db3a5;
}
.neon-nazar {
color: #4ce0e6;
}
.waterspout {
color: #9ef5f3;
}
.laundry-white {
color: #f5f9f1;
}
/* CSS Variables */
:root {
--ocean-liner:#1f8e8c;
--island-moment:#3db3a5;
--neon-nazar:#4ce0e6;
--waterspout:#9ef5f3;
--laundry-white:#f5f9f1;
}