Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f7c3b1;
}
.rozowy-pink {
color: #f1a7b8;
}
.wonder-lust {
color: #f08e9d;
}
.strawberry-pink {
color: #f0707f;
}
.guide-pink {
color: #e84a62;
}
/* CSS Variables */
:root {
--coral-bisque:#f7c3b1;
--rozowy-pink:#f1a7b8;
--wonder-lust:#f08e9d;
--strawberry-pink:#f0707f;
--guide-pink:#e84a62;
}