Color names in this palette
CSS code for this palette
/* CSS */
.sequoia-lake {
color: #4f6c6d;
}
.palmetto {
color: #6b9e9d;
}
.embellished-blue {
color: #8dc9c8;
}
.seascape-green {
color: #b4e4e4;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--sequoia-lake:#4f6c6d;
--palmetto:#6b9e9d;
--embellished-blue:#8dc9c8;
--seascape-green:#b4e4e4;
--mint-condition:#def7f5;
}