Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a87dba;
}
.sweet-lilac {
color: #eab8d1;
}
.touching-white {
color: #f4e0d7;
}
.summer-lily {
color: #f9d371;
}
.phoenix-flames {
color: #f9a41a;
}
/* CSS Variables */
:root {
--wisteria:#a87dba;
--sweet-lilac:#eab8d1;
--touching-white:#f4e0d7;
--summer-lily:#f9d371;
--phoenix-flames:#f9a41a;
}