Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.crown-jewel {
color: #4f2c63;
}
.vibrant-orchid {
color: #814b7f;
}
.choral-singer {
color: #b57897;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--crown-jewel:#4f2c63;
--vibrant-orchid:#814b7f;
--choral-singer:#b57897;
--shrimp-cocktail:#f4a462;
}