Color names in this palette
CSS code for this palette
/* CSS */
.pink-lace {
color: #f6cbd9;
}
.rozowy-pink {
color: #f1a7b9;
}
.dimple {
color: #e97c8e;
}
.rosy-cheeks {
color: #d84b6c;
}
.french-raspberry {
color: #c7294b;
}
/* CSS Variables */
:root {
--pink-lace:#f6cbd9;
--rozowy-pink:#f1a7b9;
--dimple:#e97c8e;
--rosy-cheeks:#d84b6c;
--french-raspberry:#c7294b;
}