Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.water-sports {
color: #3dc3d1;
}
.sea-serpent {
color: #50c6d3;
}
.pluviophile {
color: #5fdae3;
}
.everest {
color: #a1e3e0;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--water-sports:#3dc3d1;
--sea-serpent:#50c6d3;
--pluviophile:#5fdae3;
--everest:#a1e3e0;
}