Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d6;
}
.rozowy-pink {
color: #f1a7b9;
}
.sachet-pink {
color: #f28cb3;
}
.shadow-azalea-pink {
color: #e46c98;
}
.lipstick {
color: #d05d85;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d6;
--rozowy-pink:#f1a7b9;
--sachet-pink:#f28cb3;
--shadow-azalea-pink:#e46c98;
--lipstick:#d05d85;
}