Color names in this palette
CSS code for this palette
/* CSS */
.mangu-black {
color: #2b2938;
}
.powerful-mauve {
color: #4c3e5b;
}
.vibrant-orchid {
color: #7c4d84;
}
.valentine-heart {
color: #b77b9a;
}
.rogue-pink {
color: #f6a2bf;
}
/* CSS Variables */
:root {
--mangu-black:#2b2938;
--powerful-mauve:#4c3e5b;
--vibrant-orchid:#7c4d84;
--valentine-heart:#b77b9a;
--rogue-pink:#f6a2bf;
}