Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.little-smile {
color: #f8d3e9;
}
.child-s-play {
color: #e5b8d7;
}
.mauvelous {
color: #d7b2bf;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--little-smile:#f8d3e9;
--child-s-play:#e5b8d7;
--mauvelous:#d7b2bf;
--sweet-lilac:#eab8d1;
}