Color names in this palette
CSS code for this palette
/* CSS */
.paris-m {
color: #2f2b5f;
}
.sumptuous-purple {
color: #5d4a82;
}
.long-forgotten-purple {
color: #9f7a9c;
}
.dusty-gold {
color: #d6b89a;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--paris-m:#2f2b5f;
--sumptuous-purple:#5d4a82;
--long-forgotten-purple:#9f7a9c;
--dusty-gold:#d6b89a;
--radiant-sun:#f3ca4f;
}