Color names in this palette
CSS code for this palette
/* CSS */
.derbyshire {
color: #1f6038;
}
.medium-sea-green {
color: #3cb472;
}
.aquarium-blue {
color: #65cdaa;
}
.menthol-kiss {
color: #a1e3d5;
}
.mint-condition {
color: #def7f3;
}
/* CSS Variables */
:root {
--derbyshire:#1f6038;
--medium-sea-green:#3cb472;
--aquarium-blue:#65cdaa;
--menthol-kiss:#a1e3d5;
--mint-condition:#def7f3;
}