Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.menthol-kiss {
color: #a2e2d4;
}
.pineapple-delight {
color: #f1e6a7;
}
.butter-cream {
color: #f5b042;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--menthol-kiss:#a2e2d4;
--pineapple-delight:#f1e6a7;
--butter-cream:#f5b042;
--wiener-schnitzel:#f09c00;
}