Color names in this palette
CSS code for this palette
/* CSS */
.della-robbia-blue {
color: #7b9bcc;
}
.lilac-purple {
color: #a386c6;
}
.berry-popsicle {
color: #d4a1cf;
}
.soft-cashmere {
color: #f1b1d8;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--della-robbia-blue:#7b9bcc;
--lilac-purple:#a386c6;
--berry-popsicle:#d4a1cf;
--soft-cashmere:#f1b1d8;
--blush-hour:#ff7092;
}