All Palettes

Color Palette #ffffff, #ff7092, #1f8fff, #e0ffff, #ff4d85

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.blush-hour {
color: #ff7092;
}
.clear-chill {
color: #1f8fff;
}
.light-cyan {
color: #e0ffff;
}
.sasquatch-socks {
color: #ff4d85;
}

/* CSS Variables */
:root {
--white:#ffffff;
--blush-hour:#ff7092;
--clear-chill:#1f8fff;
--light-cyan:#e0ffff;
--sasquatch-socks:#ff4d85;
}

More palettes to explore