Sunshine Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

Share this palette to:

Sunshine Serenade color palette CSS

/* CSS */
.color-1 {
color: #ad8800;
}
.color-2 {
color: #dc4141;
}
.color-3 {
color: #cda618;
}
.color-4 {
color: #be780e;
}
.color-5 {
color: #cd8518;
}

/* CSS Variables */
:root {
--color-1: #ad8800;
--color-2: #dc4141;
--color-3: #cda618;
--color-4: #be780e;
--color-5: #cd8518;
}

Sunshine Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad8800, #dc4141, #cda618, #be780e, #cd8518);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad8800, #dc4141, #cda618, #be780e, #cd8518);
}

Sunshine Serenade color palette created on .