Orange Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Sunrise palette
Orange Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff6a14;
}
.color-2 {
color: #ff8929;
}
.color-3 {
color: #ffa852;
}
.color-4 {
color: #ffbf6b;
}
.color-5 {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--color-1: #ff6a14;
--color-2: #ff8929;
--color-3: #ffa852;
--color-4: #ffbf6b;
--color-5: #ffe5a3;
}
Orange Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6a14, #ff8929, #ffa852, #ffbf6b, #ffe5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6a14, #ff8929, #ffa852, #ffbf6b, #ffe5a3);
}
Similar color palettes
Orange Sunrise color palette created on .