Color names in this palette
CSS code for this palette
/* CSS */
.sea-lettuce {
color: #6aa07e;
}
.apium {
color: #b7d1a3;
}
.new-hope {
color: #e4f1c1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--sea-lettuce:#6aa07e;
--apium:#b7d1a3;
--new-hope:#e4f1c1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}