Color names in this palette
CSS code for this palette
/* CSS */
.peach-punch {
color: #f69898;
}
.precious-pink {
color: #f4b3b3;
}
.ginger-peach {
color: #f8d3a0;
}
.sand-island {
color: #f6d1c1;
}
.menoth-white-base {
color: #f2e6ba;
}
/* CSS Variables */
:root {
--peach-punch:#f69898;
--precious-pink:#f4b3b3;
--ginger-peach:#f8d3a0;
--sand-island:#f6d1c1;
--menoth-white-base:#f2e6ba;
}