Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f4a4c8;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.pink-frosting {
color: #f9d7e1;
}
.peach-of-mind {
color: #ffe3b3;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--rose-mallow:#f4a4c8;
--cotton-candy-aesthetic:#f6b6e0;
--pink-frosting:#f9d7e1;
--peach-of-mind:#ffe3b3;
--floral-leaf:#ffb84d;
}