Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.crystalsong-blue {
color: #4db1b3;
}
.aqua-zing {
color: #7ed7d7;
}
.waterspout {
color: #a0f3f3;
}
.apple-slice {
color: #f1f1c1;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--crystalsong-blue:#4db1b3;
--aqua-zing:#7ed7d7;
--waterspout:#a0f3f3;
--apple-slice:#f1f1c1;
}