Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c204f;
}
.mulberry-purple {
color: #4e3b63;
}
.fruit-dove {
color: #c94a6e;
}
.pani-puri {
color: #f3a953;
}
.yellow-cream {
color: #f2d269;
}
/* CSS Variables */
:root {
--fly-by-night:#1c204f;
--mulberry-purple:#4e3b63;
--fruit-dove:#c94a6e;
--pani-puri:#f3a953;
--yellow-cream:#f2d269;
}