Color names in this palette
CSS code for this palette
/* CSS */
.deep-periwinkle {
color: #797bbe;
}
.water-hyacinth {
color: #9b9ed4;
}
.wild-orchid-blue {
color: #b2b3e0;
}
.spring-wisteria {
color: #d1a3e0;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--deep-periwinkle:#797bbe;
--water-hyacinth:#9b9ed4;
--wild-orchid-blue:#b2b3e0;
--spring-wisteria:#d1a3e0;
--flirty-rose:#d65c8d;
}