Serene Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serene Elegance Color Palette (PNG)
Serene Elegance color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #d8b74b;
}
.color-4 {
color: #a4d6a4;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #895b29;
--color-3: #d8b74b;
--color-4: #a4d6a4;
--color-5: #f0e78e;
}
Serene Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #895b29, #d8b74b, #a4d6a4, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #895b29, #d8b74b, #a4d6a4, #f0e78e);
}
Similar color palettes
Serene Elegance color palette created on .