Color names in this palette
CSS code for this palette
/* CSS */
.aqua-vitale {
color: #79c0c8;
}
.opal {
color: #b1dfe2;
}
.ethereal-white {
color: #e7f1f3;
}
.tequila {
color: #f5d1a3;
}
.pastel-magenta {
color: #f39bc4;
}
/* CSS Variables */
:root {
--aqua-vitale:#79c0c8;
--opal:#b1dfe2;
--ethereal-white:#e7f1f3;
--tequila:#f5d1a3;
--pastel-magenta:#f39bc4;
}