Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.amaranth-pink {
color: #f29cbd;
}
.blush {
color: #f09d8e;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.roadster-yellow {
color: #f3e1a0;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--amaranth-pink:#f29cbd;
--blush:#f09d8e;
--ride-off-into-the-sunset:#f3d05e;
--roadster-yellow:#f3e1a0;
}