Color names in this palette
CSS code for this palette
/* CSS */
.cinderella-pink {
color: #ffc7c7;
}
.red-remains {
color: #ffe0e0;
}
.mr-glass {
color: #c1d3f0;
}
.water-hyacinth {
color: #a3a3d2;
}
.chicha-morada {
color: #7e5d6f;
}
/* CSS Variables */
:root {
--cinderella-pink:#ffc7c7;
--red-remains:#ffe0e0;
--mr-glass:#c1d3f0;
--water-hyacinth:#a3a3d2;
--chicha-morada:#7e5d6f;
}