Color names in this palette
CSS code for this palette
/* CSS */
.christalle {
color: #3a1f5c;
}
.perkin-mauve {
color: #793b8c;
}
.fuscia-fizz {
color: #b76c94;
}
.pink-blush {
color: #f6acb7;
}
.banana-yogurt {
color: #f8e7b4;
}
/* CSS Variables */
:root {
--christalle:#3a1f5c;
--perkin-mauve:#793b8c;
--fuscia-fizz:#b76c94;
--pink-blush:#f6acb7;
--banana-yogurt:#f8e7b4;
}