All Palettes

Color Palette #005fb8, #a8caf0, #f3f7b1, #f2d418, #d9291c

0%
0%
0%

CSS code for this palette

/* CSS */
.sapphire-blue {
color: #005fb8;
}
.blossom-blue {
color: #a8caf0;
}
.yellow-chalk {
color: #f3f7b1;
}
.ripe-lemon {
color: #f2d418;
}
.pure-red {
color: #d9291c;
}

/* CSS Variables */
:root {
--sapphire-blue:#005fb8;
--blossom-blue:#a8caf0;
--yellow-chalk:#f3f7b1;
--ripe-lemon:#f2d418;
--pure-red:#d9291c;
}

More palettes to explore