Color names in this palette
CSS code for this palette
/* CSS */
.vandermint {
color: #a7e1e6;
}
.light-bluish-water {
color: #a1dbe2;
}
.opal {
color: #afdfe4;
}
.mille-feuille {
color: #f3c77c;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
/* CSS Variables */
:root {
--vandermint:#a7e1e6;
--light-bluish-water:#a1dbe2;
--opal:#afdfe4;
--mille-feuille:#f3c77c;
--y-ng-ch-ng-orange:#f09f3d;
}