Color names in this palette
CSS code for this palette
/* CSS */
.light-red {
color: #ff8080;
}
.peach-pearl {
color: #ffb4a3;
}
.peach-orange {
color: #ffcc99;
}
.peach-of-mind {
color: #ffe3b3;
}
.silky-tofu {
color: #fff5e5;
}
/* CSS Variables */
:root {
--light-red:#ff8080;
--peach-pearl:#ffb4a3;
--peach-orange:#ffcc99;
--peach-of-mind:#ffe3b3;
--silky-tofu:#fff5e5;
}