Color names in this palette
CSS code for this palette
/* CSS */
.sky-of-ocean {
color: #80ccea;
}
.lake-thun {
color: #4bb5e2;
}
.bondi-blue {
color: #0095b3;
}
.cote-d-azur {
color: #007a8a;
}
.petrol {
color: #00606b;
}
/* CSS Variables */
:root {
--sky-of-ocean:#80ccea;
--lake-thun:#4bb5e2;
--bondi-blue:#0095b3;
--cote-d-azur:#007a8a;
--petrol:#00606b;
}