Color names in this palette
CSS code for this palette
/* CSS */
.cabbage-blossom-violet {
color: #6e4d7a;
}
.angel-food-cake {
color: #daa44e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.october-haze {
color: #f9ac8b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--cabbage-blossom-violet:#6e4d7a;
--angel-food-cake:#daa44e;
--creamy-sweet-corn:#f9c54e;
--october-haze:#f9ac8b;
--tomato-frog:#f94346;
}