Color names in this palette
CSS code for this palette
/* CSS */
.kacey-s-pink {
color: #e94e77;
}
.waterfall {
color: #3bb0a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--kacey-s-pink:#e94e77;
--waterfall:#3bb0a2;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--copen-blue:#56768f;
}