Color names in this palette
CSS code for this palette
/* CSS */
.sea-sight {
color: #007a99;
}
.plumage {
color: #00998a;
}
.pool-green {
color: #00b39b;
}
.mint-leaf {
color: #00cca7;
}
.lifeless-green {
color: #00e0b4;
}
/* CSS Variables */
:root {
--sea-sight:#007a99;
--plumage:#00998a;
--pool-green:#00b39b;
--mint-leaf:#00cca7;
--lifeless-green:#00e0b4;
}