Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f5e2a8;
}
.honey-gold {
color: #e3b77d;
}
.golden-aura {
color: #d19e6b;
}
.brick-dust {
color: #a8695d;
}
.deep-aubergine {
color: #5d4b4c;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f5e2a8;
--honey-gold:#e3b77d;
--golden-aura:#d19e6b;
--brick-dust:#a8695d;
--deep-aubergine:#5d4b4c;
}