Serene Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Elegance palette
Serene Elegance color palette CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #7ea7c9;
}
.color-3 {
color: #4f8eb5;
}
.color-4 {
color: #2a5d7e;
}
.color-5 {
color: #1f3c5b;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #7ea7c9;
--color-3: #4f8eb5;
--color-4: #2a5d7e;
--color-5: #1f3c5b;
}
Serene Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #7ea7c9, #4f8eb5, #2a5d7e, #1f3c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #7ea7c9, #4f8eb5, #2a5d7e, #1f3c5b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Serene Elegance color palette created on .