All Palettes

Color Palette #f5f5f5, #ffffff, #0f0f0f, #e75a1d, #3398db

0%
0%
0%

CSS code for this palette

/* CSS */
.white-smoke {
color: #f5f5f5;
}
.white {
color: #ffffff;
}
.chaos-black {
color: #0f0f0f;
}
.puffins-bill {
color: #e75a1d;
}
.blue-damselfly {
color: #3398db;
}

/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--white:#ffffff;
--chaos-black:#0f0f0f;
--puffins-bill:#e75a1d;
--blue-damselfly:#3398db;
}

More palettes to explore