Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3d2a92;
}
.grapes-of-italy {
color: #6d4e8d;
}
.usu-pink {
color: #a67d9f;
}
.fall-leaf {
color: #e4b5a5;
}
.dwindling-dandelion {
color: #f9e9d7;
}
/* CSS Variables */
:root {
--galactic-purple:#3d2a92;
--grapes-of-italy:#6d4e8d;
--usu-pink:#a67d9f;
--fall-leaf:#e4b5a5;
--dwindling-dandelion:#f9e9d7;
}