Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.sanctuary-spa {
color: #6dafe8;
}
.chefchaouen-blue {
color: #a3d4e6;
}
.syndicalist {
color: #f5c400;
}
.war-paint-red {
color: #d54f1a;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--sanctuary-spa:#6dafe8;
--chefchaouen-blue:#a3d4e6;
--syndicalist:#f5c400;
--war-paint-red:#d54f1a;
}