Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f9c3cf;
}
.prism-pink {
color: #f49fc0;
}
.pink-carnation {
color: #e97c9d;
}
.rosy-cheeks {
color: #d94a69;
}
.edgy-red {
color: #b93c3c;
}
/* CSS Variables */
:root {
--rose-shadow:#f9c3cf;
--prism-pink:#f49fc0;
--pink-carnation:#e97c9d;
--rosy-cheeks:#d94a69;
--edgy-red:#b93c3c;
}