Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fb3c7;
}
.holiday-blue {
color: #3cc6d3;
}
.pluviophile {
color: #5fd8e3;
}
.early-july {
color: #a5e1e9;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--lago-blue:#1fb3c7;
--holiday-blue:#3cc6d3;
--pluviophile:#5fd8e3;
--early-july:#a5e1e9;
--lynx-white:#f6f8f8;
}