Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.aquarium-blue {
color: #65cdaa;
}
.toxic-frog {
color: #98fb98;
}
.distilled-moss {
color: #d1ffcc;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--aquarium-blue:#65cdaa;
--toxic-frog:#98fb98;
--distilled-moss:#d1ffcc;
--bright-khaki:#f0e78e;
}