Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.verdigris {
color: #3eb1b1;
}
.blue-radiance {
color: #5ed4d4;
}
.spinnaker {
color: #a3e0e0;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--verdigris:#3eb1b1;
--blue-radiance:#5ed4d4;
--spinnaker:#a3e0e0;
--anti-flash-white:#f0f5f5;
}