Color names in this palette
CSS code for this palette
/* CSS */
.undercool {
color: #80c6e0;
}
.plum-blossom {
color: #f3a0a0;
}
.optimistic-yellow {
color: #f4e1a4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--undercool:#80c6e0;
--plum-blossom:#f3a0a0;
--optimistic-yellow:#f4e1a4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}