All Palettes

Color Palette #4d4f8f, #6f7f9b, #a2b0c3, #f2d269, #e86868

0%
0%
0%

CSS code for this palette

/* CSS */
.twilight {
color: #4d4f8f;
}
.country-blue {
color: #6f7f9b;
}
.blue-pot {
color: #a2b0c3;
}
.yellow-cream {
color: #f2d269;
}
.porcelain-rose {
color: #e86868;
}

/* CSS Variables */
:root {
--twilight:#4d4f8f;
--country-blue:#6f7f9b;
--blue-pot:#a2b0c3;
--yellow-cream:#f2d269;
--porcelain-rose:#e86868;
}

More palettes to explore