Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.lake-thun {
color: #4dc2e0;
}
.hidden-sea-glass {
color: #6ed4d0;
}
.grape-green {
color: #a9e2a1;
}
.buttery-croissant {
color: #f3e49b;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--lake-thun:#4dc2e0;
--hidden-sea-glass:#6ed4d0;
--grape-green:#a9e2a1;
--buttery-croissant:#f3e49b;
}