Sunny Interface Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Interface palette
Sunny Interface color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffbb00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #ffe500;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffbb00;
--color-3: #ffd900;
--color-4: #ffdd00;
--color-5: #ffe500;
}
Sunny Interface background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffbb00, #ffd900, #ffdd00, #ffe500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffbb00, #ffd900, #ffdd00, #ffe500);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Sunny Interface color palette created on .