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: #ffffff;
}
.color-2 {
color: #a9c8e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a9c8e0;
--color-3: #f1c84b;
--color-4: #ffd900;
--color-5: #b1e0e7;
}

Serene Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a9c8e0, #f1c84b, #ffd900, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a9c8e0, #f1c84b, #ffd900, #b1e0e7);
}

Serene Elegance color palette created on .