Color names in this palette
CSS code for this palette
/* CSS */
.explorer-of-the-galaxies {
color: #3a1f7a;
}
.pure-mauve {
color: #6a4c94;
}
.violetta {
color: #aa6e99;
}
.bright-yarrow {
color: #f7cf69;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--explorer-of-the-galaxies:#3a1f7a;
--pure-mauve:#6a4c94;
--violetta:#aa6e99;
--bright-yarrow:#f7cf69;
--khmer-curry:#f05656;
}