Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8a;
}
.crystalsong-blue {
color: #4eb7b1;
}
.soft-turquoise {
color: #75d1d0;
}
.clear-aqua {
color: #c3e9e2;
}
.aircraft-white {
color: #eef3f6;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8a;
--crystalsong-blue:#4eb7b1;
--soft-turquoise:#75d1d0;
--clear-aqua:#c3e9e2;
--aircraft-white:#eef3f6;
}