Tango Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tango Sunrise palette
Tango Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ed7a1d;
}
.color-2 {
color: #f8a23f;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e5f56b;
}
.color-5 {
color: #d4eba8;
}
/* CSS Variables */
:root {
--color-1: #ed7a1d;
--color-2: #f8a23f;
--color-3: #f1c84b;
--color-4: #e5f56b;
--color-5: #d4eba8;
}
Tango Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7a1d, #f8a23f, #f1c84b, #e5f56b, #d4eba8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7a1d, #f8a23f, #f1c84b, #e5f56b, #d4eba8);
}
Similar color palettes
Scroll down to explore 500+ Orange color palettes
Tango Sunrise color palette created on .