Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e8db8;
}
.clean-pool {
color: #4ab8e8;
}
.athena-blue {
color: #6be1ff;
}
.blizzard-blue {
color: #a3eaf0;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--hidden-springs:#1e8db8;
--clean-pool:#4ab8e8;
--athena-blue:#6be1ff;
--blizzard-blue:#a3eaf0;
--distant-horizon:#f0f9f9;
}