Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d94f3f;
}
.mandarin {
color: #f17a4b;
}
.copper-river {
color: #f5a46b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.sunny-lime {
color: #e2f07a;
}
/* CSS Variables */
:root {
--gladiola:#d94f3f;
--mandarin:#f17a4b;
--copper-river:#f5a46b;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--sunny-lime:#e2f07a;
}