All Palettes

Color Palette #1ca0f2, #ff0051, #00b341, #f0c400, #a1a1a1

0%
0%
0%

CSS code for this palette

/* CSS */
.button-blue {
color: #1ca0f2;
}
.hawaiian-raspberry {
color: #ff0051;
}
.poison-ivy {
color: #00b341;
}
.abra-goldenrod {
color: #f0c400;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}

/* CSS Variables */
:root {
--button-blue:#1ca0f2;
--hawaiian-raspberry:#ff0051;
--poison-ivy:#00b341;
--abra-goldenrod:#f0c400;
--artificial-intelligence-grey:#a1a1a1;
}

More palettes to explore