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: #e6a22d;
}
.color-3 {
color: #e6c960;
}
.color-4 {
color: #a8d68f;
}
.color-5 {
color: #49b6e9;
}
/* CSS Variables */
:root {
--color-1: #ed7a1d;
--color-2: #e6a22d;
--color-3: #e6c960;
--color-4: #a8d68f;
--color-5: #49b6e9;
}
Tango Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7a1d, #e6a22d, #e6c960, #a8d68f, #49b6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7a1d, #e6a22d, #e6c960, #a8d68f, #49b6e9);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Tango Sunrise color palette created on .