Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.high-maintenance {
color: #d68fb3;
}
.cyclamen-red {
color: #a85d8c;
}
.ebizome-purple {
color: #6c2d4e;
}
.chilli-black-red {
color: #4d1930;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--high-maintenance:#d68fb3;
--cyclamen-red:#a85d8c;
--ebizome-purple:#6c2d4e;
--chilli-black-red:#4d1930;
}