Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d55d2a;
}
.field-poppy {
color: #d97136;
}
.mellowed-gold {
color: #e4a84e;
}
.sorreno-lemon {
color: #f0d55c;
}
.golden-dream {
color: #f4c82a;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d55d2a;
--field-poppy:#d97136;
--mellowed-gold:#e4a84e;
--sorreno-lemon:#f0d55c;
--golden-dream:#f4c82a;
}