Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.french-pass {
color: #a4d1e0;
}
.polar-blue {
color: #b2e0e6;
}
.soft-mint {
color: #e6f9f4;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--french-pass:#a4d1e0;
--polar-blue:#b2e0e6;
--soft-mint:#e6f9f4;
--sparkling-snow:#f5ffff;
}