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: #f5e2a3;
}
.color-2 {
color: #d9b99b;
}
.color-3 {
color: #bfa2c3;
}
.color-4 {
color: #a4c6b4;
}
.color-5 {
color: #f2c5d6;
}
/* CSS Variables */
:root {
--color-1: #f5e2a3;
--color-2: #d9b99b;
--color-3: #bfa2c3;
--color-4: #a4c6b4;
--color-5: #f2c5d6;
}
Serene Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2a3, #d9b99b, #bfa2c3, #a4c6b4, #f2c5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2a3, #d9b99b, #bfa2c3, #a4c6b4, #f2c5d6);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Serene Elegance color palette created on .