Copperdale Dreams Color Palette

Discover the beautiful Copperdale Dreams color palette featuring burnt sienna (#e27c40), tulip tree (#f1b341), sandwisp (#f5e5a3), vista blue (#8dd3a1) and havelock blue (#4e86d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Nostalgic, Orange, Small Town, Summer, Yellow 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 Copperdale Dreams palette

Share this palette to:

💻 Copperdale Dreams color palette CSS

/* CSS */
.color-1 {
color: #e27c40;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f5e5a3;
}
.color-4 {
color: #8dd3a1;
}
.color-5 {
color: #4e86d4;
}

/* CSS Variables */
:root {
--color-1: #e27c40;
--color-2: #f1b341;
--color-3: #f5e5a3;
--color-4: #8dd3a1;
--color-5: #4e86d4;
}

🌈 Copperdale Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e27c40, #f1b341, #f5e5a3, #8dd3a1, #4e86d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e27c40, #f1b341, #f5e5a3, #8dd3a1, #4e86d4);
}

Copperdale Dreams color palette created on .