All Palettes

Color Palette #380a43, #6a2c90, #b55fb9, #ff9900, #f1c40e

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-purple {
color: #380a43;
}
.true-purple {
color: #6a2c90;
}
.mazzy-star {
color: #b55fb9;
}
.vitamin-c {
color: #ff9900;
}
.sunshine-mellow {
color: #f1c40e;
}

/* CSS Variables */
:root {
--dark-purple:#380a43;
--true-purple:#6a2c90;
--mazzy-star:#b55fb9;
--vitamin-c:#ff9900;
--sunshine-mellow:#f1c40e;
}

More palettes to explore