Color names in this palette
CSS code for this palette
/* CSS */
.golden-aura {
color: #d29e6a;
}
.harvest-gold {
color: #e8b569;
}
.yellow-cream {
color: #f2d269;
}
.pink-mimosa {
color: #f2b4a6;
}
.lipstick-illusion {
color: #d56c6c;
}
/* CSS Variables */
:root {
--golden-aura:#d29e6a;
--harvest-gold:#e8b569;
--yellow-cream:#f2d269;
--pink-mimosa:#f2b4a6;
--lipstick-illusion:#d56c6c;
}