Color names in this palette
CSS code for this palette
/* CSS */
.perfume-haze {
color: #f4e8f8;
}
.york-plum {
color: #d6c3e4;
}
.biloba-flower {
color: #b29ad0;
}
.hyacinth-violet {
color: #9a4c97;
}
.plum-blossom {
color: #f09e9f;
}
/* CSS Variables */
:root {
--perfume-haze:#f4e8f8;
--york-plum:#d6c3e4;
--biloba-flower:#b29ad0;
--hyacinth-violet:#9a4c97;
--plum-blossom:#f09e9f;
}