Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e86b3;
}
.clean-pool {
color: #50c2f7;
}
.blizzard-blue {
color: #a5e2f3;
}
.floral-leaf {
color: #ffb84d;
}
.carrot {
color: #ff6e42;
}
/* CSS Variables */
:root {
--hidden-springs:#1e86b3;
--clean-pool:#50c2f7;
--blizzard-blue:#a5e2f3;
--floral-leaf:#ffb84d;
--carrot:#ff6e42;
}