Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6cbe3;
}
.prism-pink {
color: #f2a1c5;
}
.peach-burst {
color: #f19898;
}
.march-yellow {
color: #f1d788;
}
.lazy-daisy {
color: #f7e9a1;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6cbe3;
--prism-pink:#f2a1c5;
--peach-burst:#f19898;
--march-yellow:#f1d788;
--lazy-daisy:#f7e9a1;
}