Color names in this palette
CSS code for this palette
/* CSS */
.perfect-dark {
color: #3b2b91;
}
.swiss-plum {
color: #5e4eb1;
}
.crown-jewels {
color: #9a6bb3;
}
.indian-yellow {
color: #e0a557;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--perfect-dark:#3b2b91;
--swiss-plum:#5e4eb1;
--crown-jewels:#9a6bb3;
--indian-yellow:#e0a557;
--consumed-by-fire:#f47f1f;
}