Color names in this palette
CSS code for this palette
/* CSS */
.medium-sea-green {
color: #3cb472;
}
.tropic-turquoise {
color: #66b2a2;
}
.envisage {
color: #97c3b8;
}
.bright-khaki {
color: #f0e78e;
}
.shrimp-cocktail {
color: #f4a662;
}
/* CSS Variables */
:root {
--medium-sea-green:#3cb472;
--tropic-turquoise:#66b2a2;
--envisage:#97c3b8;
--bright-khaki:#f0e78e;
--shrimp-cocktail:#f4a662;
}