Color names in this palette
CSS code for this palette
/* CSS */
.berry-charm {
color: #4f4662;
}
.matriarch {
color: #7b6c84;
}
.monastir {
color: #b58c97;
}
.gracious-rose {
color: #e2b5b1;
}
.king-crimson {
color: #c44a4a;
}
/* CSS Variables */
:root {
--berry-charm:#4f4662;
--matriarch:#7b6c84;
--monastir:#b58c97;
--gracious-rose:#e2b5b1;
--king-crimson:#c44a4a;
}