Champagne Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Champagne Dreams palette

Share this palette to:

Champagne Dreams color palette CSS

/* CSS */
.color-1 {
color: #ead6c8;
}
.color-2 {
color: #f2d4b5;
}
.color-3 {
color: #e3b68c;
}
.color-4 {
color: #d6a557;
}
.color-5 {
color: #c88b46;
}

/* CSS Variables */
:root {
--color-1: #ead6c8;
--color-2: #f2d4b5;
--color-3: #e3b68c;
--color-4: #d6a557;
--color-5: #c88b46;
}

Champagne Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead6c8, #f2d4b5, #e3b68c, #d6a557, #c88b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead6c8, #f2d4b5, #e3b68c, #d6a557, #c88b46);
}

Similar color palettes

Champagne Dreams color palette created on .