Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3b99d8;
}
.sweet-garden {
color: #5ecfb5;
}
.spring-yellow {
color: #f3e17c;
}
.mandarin-rind {
color: #f08d3d;
}
.lionfish-red {
color: #da3f2b;
}
/* CSS Variables */
:root {
--dayflower:#3b99d8;
--sweet-garden:#5ecfb5;
--spring-yellow:#f3e17c;
--mandarin-rind:#f08d3d;
--lionfish-red:#da3f2b;
}