Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d69fab;
}
.fallen-blossoms {
color: #f0b2c2;
}
.nursery-pink {
color: #f7d9e7;
}
.princess {
color: #f2a6b3;
}
.loveland {
color: #e66b8e;
}
/* CSS Variables */
:root {
--young-at-heart:#d69fab;
--fallen-blossoms:#f0b2c2;
--nursery-pink:#f7d9e7;
--princess:#f2a6b3;
--loveland:#e66b8e;
}