All Palettes

Color Palette #1c2b6d, #4a598c, #7a8c9f, #b7b78f, #d6b53d

0%
0%
0%

CSS code for this palette

/* CSS */
.mythical-night {
color: #1c2b6d;
}
.gem {
color: #4a598c;
}
.lucid-blue {
color: #7a8c9f;
}
.green-tea {
color: #b7b78f;
}
.citronite {
color: #d6b53d;
}

/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--gem:#4a598c;
--lucid-blue:#7a8c9f;
--green-tea:#b7b78f;
--citronite:#d6b53d;
}

More palettes to explore