Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e5b3d1;
}
.think-pink {
color: #e2a6c0;
}
.beetroot-rice {
color: #c78a9d;
}
.never-forget {
color: #a66e84;
}
.hibernation {
color: #6a4d68;
}
/* CSS Variables */
:root {
--gumball:#e5b3d1;
--think-pink:#e2a6c0;
--beetroot-rice:#c78a9d;
--never-forget:#a66e84;
--hibernation:#6a4d68;
}