All Palettes

Color Palette #5a8ed8, #a3c2e0, #d6e6f0, #f5d7d6, #f78da7

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-jay {
color: #5a8ed8;
}
.artesian-pool {
color: #a3c2e0;
}
.snowdrift-glow {
color: #d6e6f0;
}
.frosted-tulip {
color: #f5d7d6;
}
.unripe-strawberry {
color: #f78da7;
}

/* CSS Variables */
:root {
--blue-jay:#5a8ed8;
--artesian-pool:#a3c2e0;
--snowdrift-glow:#d6e6f0;
--frosted-tulip:#f5d7d6;
--unripe-strawberry:#f78da7;
}

More palettes to explore