Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8b;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
--copen-blue:#56768f;
}