Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.nature-apricot {
color: #fbb8a2;
}
.salmon-beauty {
color: #f9c7b4;
}
.demure-pink {
color: #f8d3c4;
}
.d-cor-white {
color: #f2e5cf;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--nature-apricot:#fbb8a2;
--salmon-beauty:#f9c7b4;
--demure-pink:#f8d3c4;
--d-cor-white:#f2e5cf;
}