Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.sanctuary-spa {
color: #69b5e8;
}
.mediterranean-charm {
color: #9fcfef;
}
.yellow-currant {
color: #f7c56e;
}
.sea-nettle {
color: #f27b36;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--sanctuary-spa:#69b5e8;
--mediterranean-charm:#9fcfef;
--yellow-currant:#f7c56e;
--sea-nettle:#f27b36;
}