Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f7cad4;
}
.rozowy-pink {
color: #f4a4b7;
}
.wewak {
color: #f18e99;
}
.rosy-cheeks {
color: #e2506f;
}
.demonic-kiss {
color: #d1294b;
}
/* CSS Variables */
:root {
--palace-rose:#f7cad4;
--rozowy-pink:#f4a4b7;
--wewak:#f18e99;
--rosy-cheeks:#e2506f;
--demonic-kiss:#d1294b;
}