Color names in this palette
CSS code for this palette
/* CSS */
.purple-pleasures {
color: #7b4c9e;
}
.lobby-lilac {
color: #a57cb6;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.anna-banana {
color: #f6d646;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--purple-pleasures:#7b4c9e;
--lobby-lilac:#a57cb6;
--blackberry-yogurt:#e6b7e3;
--anna-banana:#f6d646;
--sun-orange:#f47b1f;
}