Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.garden-glory {
color: #fbc1d3;
}
.royal-wedding {
color: #fde2e5;
}
.peach-bud {
color: #f9b1ae;
}
.dimple {
color: #f07f8e;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--garden-glory:#fbc1d3;
--royal-wedding:#fde2e5;
--peach-bud:#f9b1ae;
--dimple:#f07f8e;
}