Color names in this palette
CSS code for this palette
/* CSS */
.bermudagrass {
color: #6abf69;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.laudable-lime {
color: #91be6f;
}
.prominent-blue {
color: #277ca0;
}
/* CSS Variables */
:root {
--bermudagrass:#6abf69;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--laudable-lime:#91be6f;
--prominent-blue:#277ca0;
}