Color names in this palette
CSS code for this palette
/* CSS */
.acai {
color: #4a2c5e;
}
.grapes-of-italy {
color: #6b4b8b;
}
.usu-pink {
color: #a77b9d;
}
.hydrangea-pink {
color: #e4b9c9;
}
.enjoyable-yellow {
color: #f6d6a7;
}
/* CSS Variables */
:root {
--acai:#4a2c5e;
--grapes-of-italy:#6b4b8b;
--usu-pink:#a77b9d;
--hydrangea-pink:#e4b9c9;
--enjoyable-yellow:#f6d6a7;
}