Color names in this palette
CSS code for this palette
/* CSS */
.frosty-mint {
color: #def7ef;
}
.timeless-seafoam {
color: #b1e2e0;
}
.aruba-blue {
color: #80d4d6;
}
.crystalsong-blue {
color: #4bb7b9;
}
.aqua-velvet {
color: #009e9b;
}
/* CSS Variables */
:root {
--frosty-mint:#def7ef;
--timeless-seafoam:#b1e2e0;
--aruba-blue:#80d4d6;
--crystalsong-blue:#4bb7b9;
--aqua-velvet:#009e9b;
}