Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8c;
}
.blush-hour {
color: #ff7092;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8c;
--blush-hour:#ff7092;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--tomato-frog:#f94346;
}