Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-bush {
color: #6a5b8b;
}
.bouquet {
color: #a57e93;
}
.izmir-pink {
color: #d0b3b6;
}
.aspen-yellow {
color: #f7e0a1;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--butterfly-bush:#6a5b8b;
--bouquet:#a57e93;
--izmir-pink:#d0b3b6;
--aspen-yellow:#f7e0a1;
--syndicalist:#f5c400;
}