Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.juneberry {
color: #7c5091;
}
.river-road {
color: #af8e6e;
}
.golden-glam {
color: #f4b943;
}
.apocalyptic-orange {
color: #f76d1d;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--juneberry:#7c5091;
--river-road:#af8e6e;
--golden-glam:#f4b943;
--apocalyptic-orange:#f76d1d;
}