Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a67dba;
}
.prettiest-pink {
color: #e6a2c8;
}
.sweetheart {
color: #f4c3d6;
}
.pale-banana {
color: #f7e58d;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--wisteria:#a67dba;
--prettiest-pink:#e6a2c8;
--sweetheart:#f4c3d6;
--pale-banana:#f7e58d;
--blue-angels-yellow:#fab700;
}