Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.bierwurst {
color: #f18e8e;
}
.jinza-safflower {
color: #ed7d7d;
}
.juicy-details {
color: #d67a7a;
}
.delhi-spice {
color: #a66e6e;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--bierwurst:#f18e8e;
--jinza-safflower:#ed7d7d;
--juicy-details:#d67a7a;
--delhi-spice:#a66e6e;
}