Color names in this palette
CSS code for this palette
/* CSS */
.crowning {
color: #5c4f6d;
}
.long-forgotten-purple {
color: #9f7a9c;
}
.cherry-tree {
color: #dcb9b2;
}
.bleached-shell {
color: #f6e6da;
}
.dark-taupe {
color: #4a3b3c;
}
/* CSS Variables */
:root {
--crowning:#5c4f6d;
--long-forgotten-purple:#9f7a9c;
--cherry-tree:#dcb9b2;
--bleached-shell:#f6e6da;
--dark-taupe:#4a3b3c;
}