Color names in this palette
CSS code for this palette
/* CSS */
.plumage {
color: #00998a;
}
.billiard {
color: #00b39e;
}
.mint-morning {
color: #00d6c4;
}
.fresh-turquoise {
color: #49e4d4;
}
.pale-king-s-blue {
color: #a2f1e7;
}
/* CSS Variables */
:root {
--plumage:#00998a;
--billiard:#00b39e;
--mint-morning:#00d6c4;
--fresh-turquoise:#49e4d4;
--pale-king-s-blue:#a2f1e7;
}