Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4b5;
}
.plum-blossom {
color: #f09e9f;
}
.bierwurst {
color: #f28e8c;
}
.lively-coral {
color: #e2787a;
}
.happy-hearts {
color: #d55d5f;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4b5;
--plum-blossom:#f09e9f;
--bierwurst:#f28e8c;
--lively-coral:#e2787a;
--happy-hearts:#d55d5f;
}