Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.sea-pink {
color: #d97d80;
}
.rozowy-pink {
color: #f1a7b7;
}
.bloodthirsty-beige {
color: #f6d5d0;
}
.rose-reminder {
color: #f2c0c5;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--sea-pink:#d97d80;
--rozowy-pink:#f1a7b7;
--bloodthirsty-beige:#f6d5d0;
--rose-reminder:#f2c0c5;
}