Champagne Dreams Color Palette

Discover the beautiful Champagne Dreams color palette featuring stark white (#ead7c8), mandys pink (#f2d4b5), gold sand (#e3b68c), di serria (#d6a557) and tussock (#c88b46).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Cream, Elegant, Gold, Light, Neutral, Soft, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Champagne Dreams palette

Share this palette to:

💻 Champagne Dreams color palette CSS

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

/* CSS Variables */
:root {
--color-1: #ead7c8;
--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, #ead7c8, #f2d4b5, #e3b68c, #d6a557, #c88b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead7c8, #f2d4b5, #e3b68c, #d6a557, #c88b46);
}

Champagne Dreams color palette created on .