Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f0a5a3;
}
.rainbow {
color: #f4bebe;
}
.cupcake-pink {
color: #f8d8d3;
}
.rose-colored-glasses {
color: #e3c4c0;
}
.sango-pink {
color: #f8b3af;
}
/* CSS Variables */
:root {
--calabrese:#f0a5a3;
--rainbow:#f4bebe;
--cupcake-pink:#f8d8d3;
--rose-colored-glasses:#e3c4c0;
--sango-pink:#f8b3af;
}