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: #f15d27;
}
.color-2 {
color: #f18d3b;
}
.color-3 {
color: #f0c74c;
}
.color-4 {
color: #f1d25f;
}
.color-5 {
color: #f1e7a2;
}
/* CSS Variables */
:root {
--color-1: #f15d27;
--color-2: #f18d3b;
--color-3: #f0c74c;
--color-4: #f1d25f;
--color-5: #f1e7a2;
}
Orange Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f15d27, #f18d3b, #f0c74c, #f1d25f, #f1e7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f15d27, #f18d3b, #f0c74c, #f1d25f, #f1e7a2);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Orange Sunrise color palette created on .