Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #3f2a92;
}
.perkin-mauve {
color: #703f92;
}
.bermuda-onion {
color: #a35c93;
}
.coppersmith {
color: #d78f3c;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--galactic-purple:#3f2a92;
--perkin-mauve:#703f92;
--bermuda-onion:#a35c93;
--coppersmith:#d78f3c;
--sunshine-mellow:#f1c40e;
}