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: #fd7e17;
}
.color-2 {
color: #f9a12f;
}
.color-3 {
color: #fbd150;
}
.color-4 {
color: #e8e3b0;
}
.color-5 {
color: #c6d7a8;
}
/* CSS Variables */
:root {
--color-1: #fd7e17;
--color-2: #f9a12f;
--color-3: #fbd150;
--color-4: #e8e3b0;
--color-5: #c6d7a8;
}
Orange Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd7e17, #f9a12f, #fbd150, #e8e3b0, #c6d7a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd7e17, #f9a12f, #fbd150, #e8e3b0, #c6d7a8);
}
Similar color palettes
Orange Sunrise color palette created on .