Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d5;
}
.pink-fit {
color: #f6a7b2;
}
.bierwurst {
color: #f18e8e;
}
.highlighter-pink {
color: #f05c79;
}
.pink-punch {
color: #d24b6b;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d5;
--pink-fit:#f6a7b2;
--bierwurst:#f18e8e;
--highlighter-pink:#f05c79;
--pink-punch:#d24b6b;
}