Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a3a1;
}
.yellow-bird {
color: #f3cf7c;
}
.lime-lizard {
color: #a3d55d;
}
.dayflower {
color: #3a9ad9;
}
.blue-depths {
color: #2a396a;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a3a1;
--yellow-bird:#f3cf7c;
--lime-lizard:#a3d55d;
--dayflower:#3a9ad9;
--blue-depths:#2a396a;
}