Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #791b3c;
}
.befitting {
color: #9c496d;
}
.exquisite {
color: #c8a2bb;
}
.child-s-play {
color: #e4b9d5;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--brown-magenta:#791b3c;
--befitting:#9c496d;
--exquisite:#c8a2bb;
--child-s-play:#e4b9d5;
--white-smoke:#f5f5f5;
}