Color names in this palette
CSS code for this palette
/* CSS */
.romantic-morning {
color: #e1b7e1;
}
.spring-wisteria {
color: #d1a3e0;
}
.venetian-rose {
color: #f1c6e6;
}
.distinct-purple {
color: #a194c7;
}
.purple-reign {
color: #5d4b72;
}
/* CSS Variables */
:root {
--romantic-morning:#e1b7e1;
--spring-wisteria:#d1a3e0;
--venetian-rose:#f1c6e6;
--distinct-purple:#a194c7;
--purple-reign:#5d4b72;
}