Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c59f;
}
.plum-blossom {
color: #f3a0a1;
}
.bierwurst {
color: #f18e8e;
}
.deep-blush {
color: #e66b8a;
}
.wild-orchid {
color: #d97d9d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c59f;
--plum-blossom:#f3a0a1;
--bierwurst:#f18e8e;
--deep-blush:#e66b8a;
--wild-orchid:#d97d9d;
}