Color names in this palette
CSS code for this palette
/* CSS */
.lovecloud {
color: #f5b7f0;
}
.rose-mallow {
color: #f2a6c6;
}
.coral-bead {
color: #f19e93;
}
.fading-torch {
color: #f29b54;
}
.yellow-petal {
color: #f0e84c;
}
/* CSS Variables */
:root {
--lovecloud:#f5b7f0;
--rose-mallow:#f2a6c6;
--coral-bead:#f19e93;
--fading-torch:#f29b54;
--yellow-petal:#f0e84c;
}