Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d65e2e;
}
.magic-melon {
color: #e09b4d;
}
.yellow-cream {
color: #f1d46a;
}
.brown-eyed-girl {
color: #8d4e1b;
}
.flower-field {
color: #d9a96d;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d65e2e;
--magic-melon:#e09b4d;
--yellow-cream:#f1d46a;
--brown-eyed-girl:#8d4e1b;
--flower-field:#d9a96d;
}