Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.wisteria {
color: #ab85c7;
}
.hopeful {
color: #f1d5e1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--wisteria:#ab85c7;
--hopeful:#f1d5e1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}