Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.manga-pink {
color: #f4b8d7;
}
.rosy-nectar {
color: #f0c1df;
}
.durango-dust {
color: #f9e49f;
}
.creamy-sweet-corn {
color: #f7c250;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--manga-pink:#f4b8d7;
--rosy-nectar:#f0c1df;
--durango-dust:#f9e49f;
--creamy-sweet-corn:#f7c250;
}