Loading...

Sunshine Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

Share this palette to:

Download Sunshine Serenade Color Palette (PNG)

Download sunshine serenade color palette PNG image (landscape)
Download sunshine serenade color palette PNG image (square)

Sunshine Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #fdc73f;
}
.color-3 {
color: #fff07a;
}
.color-4 {
color: #6ed7f7;
}
.color-5 {
color: #205ebc;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #fdc73f;
--color-3: #fff07a;
--color-4: #6ed7f7;
--color-5: #205ebc;
}

Sunshine Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #fdc73f, #fff07a, #6ed7f7, #205ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #fdc73f, #fff07a, #6ed7f7, #205ebc);
}

Sunshine Serenade color palette created on .