Serene Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Elegance palette

Share this palette to:

Serene Elegance color palette CSS

/* CSS */
.color-1 {
color: #f1e7c6;
}
.color-2 {
color: #d6c5a8;
}
.color-3 {
color: #b0a69b;
}
.color-4 {
color: #7b8f9d;
}
.color-5 {
color: #4b7c9b;
}

/* CSS Variables */
:root {
--color-1: #f1e7c6;
--color-2: #d6c5a8;
--color-3: #b0a69b;
--color-4: #7b8f9d;
--color-5: #4b7c9b;
}

Serene Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e7c6, #d6c5a8, #b0a69b, #7b8f9d, #4b7c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e7c6, #d6c5a8, #b0a69b, #7b8f9d, #4b7c9b);
}

Serene Elegance color palette created on .