Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1f8cad;
}
.lake-thun {
color: #4bb5e2;
}
.water-nymph {
color: #85d2e0;
}
.lynx-white {
color: #f6f8f8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1f8cad;
--lake-thun:#4bb5e2;
--water-nymph:#85d2e0;
--lynx-white:#f6f8f8;
--creamy-sweet-corn:#f9c54e;
}