Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-fit {
color: #f4a4b1;
}
.bierwurst {
color: #f08e8e;
}
.deep-blush {
color: #e76a89;
}
.flirty-rose {
color: #d55d93;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-fit:#f4a4b1;
--bierwurst:#f08e8e;
--deep-blush:#e76a89;
--flirty-rose:#d55d93;
}