Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4a2c90;
}
.magenta-violet {
color: #6d508b;
}
.iced-orchid {
color: #8c7c8d;
}
.raw-copper {
color: #c46c4f;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--galactic-purple:#4a2c90;
--magenta-violet:#6d508b;
--iced-orchid:#8c7c8d;
--raw-copper:#c46c4f;
--sunny-mood:#f7c94b;
}