Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.pure-mauve {
color: #6a4c94;
}
.bodacious {
color: #b05e9e;
}
.citrus-hill {
color: #f9a88b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--pure-mauve:#6a4c94;
--bodacious:#b05e9e;
--citrus-hill:#f9a88b;
--creamy-sweet-corn:#f9c54e;
}