Color names in this palette
CSS code for this palette
/* CSS */
.pastel-magenta {
color: #f3a0c8;
}
.bunny-fluff {
color: #f88ba8;
}
.sunburst {
color: #f4b87b;
}
.sandy {
color: #f3d77c;
}
.adonis-rose-yellow {
color: #f0c24c;
}
/* CSS Variables */
:root {
--pastel-magenta:#f3a0c8;
--bunny-fluff:#f88ba8;
--sunburst:#f4b87b;
--sandy:#f3d77c;
--adonis-rose-yellow:#f0c24c;
}