Color names in this palette
CSS code for this palette
/* CSS */
.bellini {
color: #f5cab2;
}
.soft-salmon {
color: #e9a5a0;
}
.cabaret {
color: #d2516d;
}
.bonbon-red {
color: #8d3f69;
}
.potent-purple {
color: #4e2d3f;
}
/* CSS Variables */
:root {
--bellini:#f5cab2;
--soft-salmon:#e9a5a0;
--cabaret:#d2516d;
--bonbon-red:#8d3f69;
--potent-purple:#4e2d3f;
}