Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d77d28;
}
.duckling {
color: #f6b05a;
}
.hawkbit {
color: #ffdb70;
}
.green-trance {
color: #a4daa5;
}
.strawberry-avalanche {
color: #f04f3d;
}
/* CSS Variables */
:root {
--bitter-orange:#d77d28;
--duckling:#f6b05a;
--hawkbit:#ffdb70;
--green-trance:#a4daa5;
--strawberry-avalanche:#f04f3d;
}