Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.aquarium-blue {
color: #65cdaa;
}
.teal-deer {
color: #98e6b5;
}
.bright-khaki {
color: #f0e78e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--aquarium-blue:#65cdaa;
--teal-deer:#98e6b5;
--bright-khaki:#f0e78e;
--creamy-sweet-corn:#f9c54e;
}