Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1994b3;
}
.holiday-blue {
color: #3cc1d3;
}
.pluviophile {
color: #5cd9e0;
}
.luminescent-blue {
color: #a2e2e6;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1994b3;
--holiday-blue:#3cc1d3;
--pluviophile:#5cd9e0;
--luminescent-blue:#a2e2e6;
--distant-horizon:#f1f8f8;
}