Golden Tusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Tusk palette

Share this palette to:

Golden Tusk color palette CSS

/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e2a23c;
}
.color-3 {
color: #d68a2e;
}
.color-4 {
color: #a66e3a;
}
.color-5 {
color: #6a4b24;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e2a23c;
--color-3: #d68a2e;
--color-4: #a66e3a;
--color-5: #6a4b24;
}

Golden Tusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e2a23c, #d68a2e, #a66e3a, #6a4b24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e2a23c, #d68a2e, #a66e3a, #6a4b24);
}

Golden Tusk color palette created on .