Color names in this palette
CSS code for this palette
/* CSS */
.bff {
color: #e0b2d4;
}
.lilac-pink {
color: #c19fc6;
}
.creeping-bellflower {
color: #b38dc3;
}
.pinkish-tan {
color: #d89b83;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--bff:#e0b2d4;
--lilac-pink:#c19fc6;
--creeping-bellflower:#b38dc3;
--pinkish-tan:#d89b83;
--shrimp-toast:#f7c6a1;
}