Color names in this palette
CSS code for this palette
/* CSS */
.bouquet {
color: #a57e99;
}
.sweet-lilac {
color: #eab8d1;
}
.mountain-laurel {
color: #f6c6d7;
}
.charolais-cattle {
color: #f1eae9;
}
.favorite-lavender {
color: #d1a3d1;
}
/* CSS Variables */
:root {
--bouquet:#a57e99;
--sweet-lilac:#eab8d1;
--mountain-laurel:#f6c6d7;
--charolais-cattle:#f1eae9;
--favorite-lavender:#d1a3d1;
}