Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.rose-bud {
color: #b95b9b;
}
.orange-clay {
color: #e8a87d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--rose-bud:#b95b9b;
--orange-clay:#e8a87d;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}