Color names in this palette
CSS code for this palette
/* CSS */
.bouquet {
color: #a67d9a;
}
.lavender-blessing {
color: #d7b7c5;
}
.dreamy-memory {
color: #e9c3da;
}
.soft-lavender {
color: #f7e3f4;
}
.fahrenheit {
color: #f9d2b9;
}
/* CSS Variables */
:root {
--bouquet:#a67d9a;
--lavender-blessing:#d7b7c5;
--dreamy-memory:#e9c3da;
--soft-lavender:#f7e3f4;
--fahrenheit:#f9d2b9;
}