Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e87b8;
}
.clean-pool {
color: #4bc9e2;
}
.photon-barrier {
color: #84e2f0;
}
.yellow-petal {
color: #f7e54b;
}
.sun-orange {
color: #f27c21;
}
/* CSS Variables */
:root {
--hidden-springs:#1e87b8;
--clean-pool:#4bc9e2;
--photon-barrier:#84e2f0;
--yellow-petal:#f7e54b;
--sun-orange:#f27c21;
}