Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f8c4ce;
}
.manga-pink {
color: #f8b4db;
}
.lavender-rose {
color: #f7a1e6;
}
.purple-s-baby-sister {
color: #e7c7f0;
}
.echo-iris {
color: #b6e2f6;
}
/* CSS Variables */
:root {
--rose-shadow:#f8c4ce;
--manga-pink:#f8b4db;
--lavender-rose:#f7a1e6;
--purple-s-baby-sister:#e7c7f0;
--echo-iris:#b6e2f6;
}