Sandy Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sandy Serenade palette

Share this palette to:

Sandy Serenade color palette CSS

/* CSS */
.color-1 {
color: #e8d1b0;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #c6a86c;
}
.color-4 {
color: #d9c5a1;
}
.color-5 {
color: #f6e2b1;
}

/* CSS Variables */
:root {
--color-1: #e8d1b0;
--color-2: #d3b58d;
--color-3: #c6a86c;
--color-4: #d9c5a1;
--color-5: #f6e2b1;
}

Sandy Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d1b0, #d3b58d, #c6a86c, #d9c5a1, #f6e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d1b0, #d3b58d, #c6a86c, #d9c5a1, #f6e2b1);
}

Sandy Serenade color palette created on .