Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4a2c90;
}
.studio {
color: #6f499c;
}
.soft-purple {
color: #a86eb9;
}
.rose-mallow {
color: #f1a7c7;
}
.gold-thread {
color: #fce9b0;
}
/* CSS Variables */
:root {
--galactic-purple:#4a2c90;
--studio:#6f499c;
--soft-purple:#a86eb9;
--rose-mallow:#f1a7c7;
--gold-thread:#fce9b0;
}