Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4b1;
}
.first-peach {
color: #f6cac6;
}
.what-s-left {
color: #fef3e7;
}
.butter-muffin {
color: #f8e0b4;
}
.juicy-details {
color: #d67a7c;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4b1;
--first-peach:#f6cac6;
--what-s-left:#fef3e7;
--butter-muffin:#f8e0b4;
--juicy-details:#d67a7c;
}