Tribal Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tribal Sunrise palette

Share this palette to:

Tribal Sunrise color palette CSS

/* CSS */
.color-1 {
color: #b35a1e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #fac400;
}
.color-4 {
color: #f8e2a0;
}
.color-5 {
color: #f2a1a6;
}

/* CSS Variables */
:root {
--color-1: #b35a1e;
--color-2: #f5a524;
--color-3: #fac400;
--color-4: #f8e2a0;
--color-5: #f2a1a6;
}

Tribal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b35a1e, #f5a524, #fac400, #f8e2a0, #f2a1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b35a1e, #f5a524, #fac400, #f8e2a0, #f2a1a6);
}

Tribal Sunrise color palette created on .