Color names in this palette
CSS code for this palette
/* CSS */
.wave {
color: #a5cdd5;
}
.jetstream {
color: #aed0d5;
}
.light-sky-chase {
color: #b9d6da;
}
.getting-wet {
color: #c4dae3;
}
.bridgewater-bay {
color: #bfd6e3;
}
/* CSS Variables */
:root {
--wave:#a5cdd5;
--jetstream:#aed0d5;
--light-sky-chase:#b9d6da;
--getting-wet:#c4dae3;
--bridgewater-bay:#bfd6e3;
}