Sun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sun palette
Sun color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffdb4d;
}
.color-3 {
color: #ffea80;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffdb4d;
--color-3: #ffea80;
--color-4: #fff5b3;
--color-5: #ffffff;
}
Sun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffdb4d, #ffea80, #fff5b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffdb4d, #ffea80, #fff5b3, #ffffff);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Sun color palette created on .