Color names in this palette
CSS code for this palette
/* CSS */
.magneto-s-magenta {
color: #a62b8c;
}
.bright-ube {
color: #d7a4e5;
}
.soviet-gold {
color: #ffd900;
}
.candlelight-peach {
color: #f8a2a0;
}
.fresh-turquoise {
color: #3ee0cf;
}
/* CSS Variables */
:root {
--magneto-s-magenta:#a62b8c;
--bright-ube:#d7a4e5;
--soviet-gold:#ffd900;
--candlelight-peach:#f8a2a0;
--fresh-turquoise:#3ee0cf;
}