Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-mint {
color: #a3e0d4;
}
.pearl-bay {
color: #7fc7c7;
}
.explorer-blue {
color: #5ca4b7;
}
.aqua-lake {
color: #2f8e98;
}
.peacock-plume {
color: #1f6c75;
}
/* CSS Variables */
:root {
--sparkling-mint:#a3e0d4;
--pearl-bay:#7fc7c7;
--explorer-blue:#5ca4b7;
--aqua-lake:#2f8e98;
--peacock-plume:#1f6c75;
}