Sunny Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Orange palette
Sunny Orange color palette CSS
/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f4a60b;
}
.color-3 {
color: #f27c21;
}
.color-4 {
color: #d65b2e;
}
.color-5 {
color: #b54d3b;
}
/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f4a60b;
--color-3: #f27c21;
--color-4: #d65b2e;
--color-5: #b54d3b;
}
Sunny Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f4a60b, #f27c21, #d65b2e, #b54d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f4a60b, #f27c21, #d65b2e, #b54d3b);
}
Similar color palettes
Scroll down to explore 500+ Yellow color palettes
Sunny Orange color palette created on .