Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e0a3c2;
}
.little-bow-pink {
color: #d27f9c;
}
.exuberant-pink {
color: #b54a83;
}
.grape-juice {
color: #792a6a;
}
.violet-carmine {
color: #4b1b4b;
}
/* CSS Variables */
:root {
--think-pink:#e0a3c2;
--little-bow-pink:#d27f9c;
--exuberant-pink:#b54a83;
--grape-juice:#792a6a;
--violet-carmine:#4b1b4b;
}