Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1b8cc0;
}
.clean-pool {
color: #4ab8e8;
}
.columbia-blue {
color: #9be2f8;
}
.yellow-chalk {
color: #f3f7b1;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1b8cc0;
--clean-pool:#4ab8e8;
--columbia-blue:#9be2f8;
--yellow-chalk:#f3f7b1;
--sunshine-mellow:#f1c40e;
}