Sunny Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Delight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunny Delight Color Palette (PNG)
Sunny Delight color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffa938;
}
.color-3 {
color: #d65d29;
}
.color-4 {
color: #ffcc7a;
}
.color-5 {
color: #c87b3c;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffa938;
--color-3: #d65d29;
--color-4: #ffcc7a;
--color-5: #c87b3c;
}
Sunny Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffa938, #d65d29, #ffcc7a, #c87b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffa938, #d65d29, #ffcc7a, #c87b3c);
}
Similar color palettes
Scroll down to explore 9 White color palettes
Sunny Delight color palette created on .