Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e4b4d4;
}
.heart-to-heart {
color: #d5a5c5;
}
.rock-star-pink {
color: #c58cb6;
}
.mauve-memento {
color: #a76c95;
}
.thistle-mauve {
color: #804d7e;
}
/* CSS Variables */
:root {
--gumball:#e4b4d4;
--heart-to-heart:#d5a5c5;
--rock-star-pink:#c58cb6;
--mauve-memento:#a76c95;
--thistle-mauve:#804d7e;
}