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