Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e89b3;
}
.clean-pool {
color: #50c2f7;
}
.kul-sharif-blue {
color: #80d3fa;
}
.cowbell {
color: #ffe680;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--hidden-springs:#1e89b3;
--clean-pool:#50c2f7;
--kul-sharif-blue:#80d3fa;
--cowbell:#ffe680;
--floral-leaf:#ffb84d;
}