Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.true-purple {
color: #6f2c90;
}
.mexican-spirit {
color: #d77f37;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--true-purple:#6f2c90;
--mexican-spirit:#d77f37;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}