Color names in this palette
CSS code for this palette
/* CSS */
.joyful-ruby {
color: #4c2f3c;
}
.sultana {
color: #6c4b6a;
}
.divine {
color: #9b7b9d;
}
.pretty-lady {
color: #c4a1b5;
}
.misty-memories {
color: #e9c3d4;
}
/* CSS Variables */
:root {
--joyful-ruby:#4c2f3c;
--sultana:#6c4b6a;
--divine:#9b7b9d;
--pretty-lady:#c4a1b5;
--misty-memories:#e9c3d4;
}