Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7c7dda;
}
.free-speech-blue {
color: #4a4cba;
}
.cosmic-cobalt {
color: #2a2c89;
}
.middy-s-purple {
color: #a78bda;
}
.bright-ube {
color: #d7a1e8;
}
/* CSS Variables */
:root {
--tanzine:#7c7dda;
--free-speech-blue:#4a4cba;
--cosmic-cobalt:#2a2c89;
--middy-s-purple:#a78bda;
--bright-ube:#d7a1e8;
}