Color names in this palette
CSS code for this palette
/* CSS */
.valentino-nero {
color: #3b2b3b;
}
.grapes-of-italy {
color: #6d4a8c;
}
.heart-potion {
color: #a97cb1;
}
.gizmo {
color: #daa4b4;
}
.melon-pink {
color: #f1d5c6;
}
/* CSS Variables */
:root {
--valentino-nero:#3b2b3b;
--grapes-of-italy:#6d4a8c;
--heart-potion:#a97cb1;
--gizmo:#daa4b4;
--melon-pink:#f1d5c6;
}