Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #389ad6;
}
.van-gogh-green {
color: #6dd08f;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.peach-burst {
color: #f49c9a;
}
.usubeni-red {
color: #f0666d;
}
/* CSS Variables */
:root {
--dayflower:#389ad6;
--van-gogh-green:#6dd08f;
--lemon-ice-yellow:#f6e1a7;
--peach-burst:#f49c9a;
--usubeni-red:#f0666d;
}