Color names in this palette
CSS code for this palette
/* CSS */
.infinity-pool {
color: #92d5e3;
}
.aqua-fiesta {
color: #92e3df;
}
.mintie {
color: #abf2d8;
}
.aqua-pura {
color: #dbf5ee;
}
.dr-white {
color: #f9fbfb;
}
/* CSS Variables */
:root {
--infinity-pool:#92d5e3;
--aqua-fiesta:#92e3df;
--mintie:#abf2d8;
--aqua-pura:#dbf5ee;
--dr-white:#f9fbfb;
}