Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.tatarian-aster {
color: #996d9c;
}
.calabrese {
color: #f0a5a3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--tatarian-aster:#996d9c;
--calabrese:#f0a5a3;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}