Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.little-baby-girl {
color: #f6b6d5;
}
.sugarwinkle {
color: #f7c5e6;
}
.noodles {
color: #f9e3b4;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--little-baby-girl:#f6b6d5;
--sugarwinkle:#f7c5e6;
--noodles:#f9e3b4;
--radiant-sun:#f3ca4f;
}