Color names in this palette
CSS code for this palette
/* CSS */
.october-bounty {
color: #e2c7a2;
}
.taste-of-berry {
color: #c7a3b7;
}
.princess {
color: #f1a7b2;
}
.sun-orange {
color: #f47b1f;
}
.memphis-green {
color: #5b9a7e;
}
/* CSS Variables */
:root {
--october-bounty:#e2c7a2;
--taste-of-berry:#c7a3b7;
--princess:#f1a7b2;
--sun-orange:#f47b1f;
--memphis-green:#5b9a7e;
}