Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f3b9a0;
}
.shrimp-toast {
color: #f7c6a1;
}
.midsummer {
color: #f9d9a9;
}
.pear-sorbet {
color: #f4e8c3;
}
.ode-to-green {
color: #b9e4d9;
}
/* CSS Variables */
:root {
--certain-peach:#f3b9a0;
--shrimp-toast:#f7c6a1;
--midsummer:#f9d9a9;
--pear-sorbet:#f4e8c3;
--ode-to-green:#b9e4d9;
}