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: #f7b84b;
}
.color-3 {
color: #f0e0b2;
}
.color-4 {
color: #e0c69e;
}
.color-5 {
color: #fff080;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7b84b;
--color-3: #f0e0b2;
--color-4: #e0c69e;
--color-5: #fff080;
}

Sunny Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7b84b, #f0e0b2, #e0c69e, #fff080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7b84b, #f0e0b2, #e0c69e, #fff080);
}

Sunny Delight color palette created on .