Color names in this palette
CSS code for this palette
/* CSS */
.solar {
color: #fbeab6;
}
.rosey-afterglow {
color: #f9c8d0;
}
.pastel-magenta {
color: #f495c8;
}
.pressed-flower {
color: #d68fbb;
}
.lilac-purple {
color: #a080d0;
}
/* CSS Variables */
:root {
--solar:#fbeab6;
--rosey-afterglow:#f9c8d0;
--pastel-magenta:#f495c8;
--pressed-flower:#d68fbb;
--lilac-purple:#a080d0;
}