Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1c8dba;
}
.clean-pool {
color: #4ebae4;
}
.dead-sea {
color: #77e7f3;
}
.botanical-tint {
color: #a3e6d4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--hidden-springs:#1c8dba;
--clean-pool:#4ebae4;
--dead-sea:#77e7f3;
--botanical-tint:#a3e6d4;
--creamy-sweet-corn:#f9c54e;
}