Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f9c3cf;
}
.rozowy-pink {
color: #f3a5b6;
}
.fuchsia-blush {
color: #e878b4;
}
.sugar-rush {
color: #d85a9d;
}
.smitten {
color: #c4408b;
}
/* CSS Variables */
:root {
--rose-shadow:#f9c3cf;
--rozowy-pink:#f3a5b6;
--fuchsia-blush:#e878b4;
--sugar-rush:#d85a9d;
--smitten:#c4408b;
}