All Palettes

Color Palette #ffffff, #f3f4f6, #e0e8ff, #a5f3cf, #fbbd23

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.chef-s-hat {
color: #f3f4f6;
}
.husky {
color: #e0e8ff;
}
.magic-mint {
color: #a5f3cf;
}
.macaw {
color: #fbbd23;
}

/* CSS Variables */
:root {
--white:#ffffff;
--chef-s-hat:#f3f4f6;
--husky:#e0e8ff;
--magic-mint:#a5f3cf;
--macaw:#fbbd23;
}

More palettes to explore