Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.sunset-pink {
color: #fad6e3;
}
.royal-wedding {
color: #fce3e6;
}
.mystic-tulip {
color: #f7b7a1;
}
.fuchsia-kiss {
color: #c76b9b;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--sunset-pink:#fad6e3;
--royal-wedding:#fce3e6;
--mystic-tulip:#f7b7a1;
--fuchsia-kiss:#c76b9b;
}