Color names in this palette
CSS code for this palette
/* CSS */
.billiard {
color: #00b3a1;
}
.swimmers-pool {
color: #1fc7bb;
}
.may-day {
color: #4dd1c2;
}
.beach-glass {
color: #92e3d1;
}
.east-cape {
color: #b6f1e7;
}
/* CSS Variables */
:root {
--billiard:#00b3a1;
--swimmers-pool:#1fc7bb;
--may-day:#4dd1c2;
--beach-glass:#92e3d1;
--east-cape:#b6f1e7;
}