Vanilla Sunrise Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vanilla Sunrise Serenade palette

Share this palette to:

Vanilla Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6e7b6;
}
.color-2 {
color: #f1d5a2;
}
.color-3 {
color: #e8cca1;
}
.color-4 {
color: #e6b68e;
}
.color-5 {
color: #d9a368;
}

/* CSS Variables */
:root {
--color-1: #f6e7b6;
--color-2: #f1d5a2;
--color-3: #e8cca1;
--color-4: #e6b68e;
--color-5: #d9a368;
}

Vanilla Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e7b6, #f1d5a2, #e8cca1, #e6b68e, #d9a368);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e7b6, #f1d5a2, #e8cca1, #e6b68e, #d9a368);
}

Vanilla Sunrise Serenade color palette created on .