CSS code for this palette
/* CSS */
.allspice {
color: #f6cba7;
}
.pressed-rose {
color: #f1aba2;
}
.bierwurst {
color: #f28e8c;
}
.dimple {
color: #e97c8c;
}
.paris-pink {
color: #d66b94;
}
/* CSS Variables */
:root {
--allspice:#f6cba7;
--pressed-rose:#f1aba2;
--bierwurst:#f28e8c;
--dimple:#e97c8c;
--paris-pink:#d66b94;
}