Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.holiday-blue {
color: #2fc1da;
}
.pluviophile {
color: #6ae2e2;
}
.waterspout {
color: #9ff1f4;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--holiday-blue:#2fc1da;
--pluviophile:#6ae2e2;
--waterspout:#9ff1f4;
--bubbles:#e5ffff;
}