Sunny Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Delight palette

Share this palette to:

Download Sunny Delight Color Palette (PNG)

Download sunny delight color palette PNG image (landscape)
Download sunny delight color palette PNG image (square)

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);
}

Sunny Delight color palette created on .