Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f2a6b1;
}
.english-rose {
color: #f6c6c6;
}
.peach-rose {
color: #f6e2d5;
}
.schabziger-green {
color: #e2e5b8;
}
.witty-green {
color: #b3d99b;
}
/* CSS Variables */
:root {
--pink-fit:#f2a6b1;
--english-rose:#f6c6c6;
--peach-rose:#f6e2d5;
--schabziger-green:#e2e5b8;
--witty-green:#b3d99b;
}