Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.thalassophile {
color: #41abd8;
}
.turquoise-sea {
color: #6ed3e7;
}
.blizzard-blue {
color: #a1e5f2;
}
.water {
color: #d6f6ff;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--thalassophile:#41abd8;
--turquoise-sea:#6ed3e7;
--blizzard-blue:#a1e5f2;
--water:#d6f6ff;
}