Color names in this palette
CSS code for this palette
/* CSS */
.queen-pink {
color: #e7cad6;
}
.rozowy-pink {
color: #f1a7b9;
}
.rosy-pink {
color: #f56b8e;
}
.peppermint-swirl {
color: #d85a80;
}
.bloodsport {
color: #b52c3e;
}
/* CSS Variables */
:root {
--queen-pink:#e7cad6;
--rozowy-pink:#f1a7b9;
--rosy-pink:#f56b8e;
--peppermint-swirl:#d85a80;
--bloodsport:#b52c3e;
}