Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.rogue-pink {
color: #f7a6c2;
}
.emperor-s-children {
color: #f49fb3;
}
.peach-burst {
color: #f49a9c;
}
.breeze-of-chilli {
color: #f46c6c;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--rogue-pink:#f7a6c2;
--emperor-s-children:#f49fb3;
--peach-burst:#f49a9c;
--breeze-of-chilli:#f46c6c;
}