Color names in this palette
CSS code for this palette
/* CSS */
.evening-slipper {
color: #aa9cc4;
}
.spring-wisteria {
color: #d49fdf;
}
.venetian-rose {
color: #f1c6e0;
}
.petals-unfolding {
color: #f4b8c4;
}
.golden-buff {
color: #f8e5c9;
}
/* CSS Variables */
:root {
--evening-slipper:#aa9cc4;
--spring-wisteria:#d49fdf;
--venetian-rose:#f1c6e0;
--petals-unfolding:#f4b8c4;
--golden-buff:#f8e5c9;
}