Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #fec8d8;
}
.pastel-magenta {
color: #f49ac2;
}
.princess {
color: #f1a7b2;
}
.sweet-lilac {
color: #eab8d1;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--flower-spell:#fec8d8;
--pastel-magenta:#f49ac2;
--princess:#f1a7b2;
--sweet-lilac:#eab8d1;
--blush-hour:#ff7092;
}