Color names in this palette
CSS code for this palette
/* CSS */
.bright-cerulean {
color: #1bb4de;
}
.sea-serpent {
color: #47c6d7;
}
.aqua-zing {
color: #7be0d1;
}
.overtone {
color: #a2e7b7;
}
.reef-refractions {
color: #d4f3a5;
}
/* CSS Variables */
:root {
--bright-cerulean:#1bb4de;
--sea-serpent:#47c6d7;
--aqua-zing:#7be0d1;
--overtone:#a2e7b7;
--reef-refractions:#d4f3a5;
}