Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d8;
}
.rozowy-pink {
color: #f1a7b9;
}
.bierwurst {
color: #f18e8e;
}
.breeze-of-chilli {
color: #f07070;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d8;
--rozowy-pink:#f1a7b9;
--bierwurst:#f18e8e;
--breeze-of-chilli:#f07070;
--reductant:#e85e5e;
}