Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.usubeni-red {
color: #f66a6a;
}
.bellini {
color: #f7c9b0;
}
.optimistic-yellow {
color: #f4e1a4;
}
.fashion-yellow {
color: #e6c337;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--usubeni-red:#f66a6a;
--bellini:#f7c9b0;
--optimistic-yellow:#f4e1a4;
--fashion-yellow:#e6c337;
}