Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.druchii-violet {
color: #7d2a92;
}
.irresistible {
color: #b4466e;
}
.miami-marmalade {
color: #f38e1b;
}
.traffic-yellow {
color: #ffdb38;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--druchii-violet:#7d2a92;
--irresistible:#b4466e;
--miami-marmalade:#f38e1b;
--traffic-yellow:#ffdb38;
}