Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.flamingo-dream {
color: #f3828d;
}
.dubarry {
color: #ee5d62;
}
.radish-lips {
color: #e73253;
}
.flame-scarlet {
color: #d42136;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--flamingo-dream:#f3828d;
--dubarry:#ee5d62;
--radish-lips:#e73253;
--flame-scarlet:#d42136;
}