Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a3c7;
}
.rose-shadow {
color: #f9c3cf;
}
.fresh-piglet {
color: #fcdee5;
}
.lavender-candy {
color: #ffb3d6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a3c7;
--rose-shadow:#f9c3cf;
--fresh-piglet:#fcdee5;
--lavender-candy:#ffb3d6;
--blush-hour:#ff7092;
}