Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3c5d;
}
.rhinestone {
color: #8d6d97;
}
.gizmo {
color: #d4a0b4;
}
.cheddar-corn {
color: #f6d4b6;
}
.vinaceous-cinnamon {
color: #f98b8d;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3c5d;
--rhinestone:#8d6d97;
--gizmo:#d4a0b4;
--cheddar-corn:#f6d4b6;
--vinaceous-cinnamon:#f98b8d;
}