Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e5a29f;
}
.peach-temptation {
color: #f3c4b4;
}
.pomelo-sugar {
color: #fce9e3;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.muddy-mauve {
color: #e0b2d0;
}
/* CSS Variables */
:root {
--bussell-lace:#e5a29f;
--peach-temptation:#f3c4b4;
--pomelo-sugar:#fce9e3;
--smooth-as-corn-silk:#f4e2b3;
--muddy-mauve:#e0b2d0;
}