Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e2a2a2;
}
.peach-temptation {
color: #f3c4b4;
}
.havana-cream {
color: #f9e7c3;
}
.icy-lemonade {
color: #f2e8b1;
}
.butterfly {
color: #c9d9a6;
}
/* CSS Variables */
:root {
--bussell-lace:#e2a2a2;
--peach-temptation:#f3c4b4;
--havana-cream:#f9e7c3;
--icy-lemonade:#f2e8b1;
--butterfly:#c9d9a6;
}