Sunrise Dreams Color Palette

Discover the beautiful Sunrise Dreams color palette featuring parchment (#f0e0d1), harvest gold (#e2ba73), flame pea (#d4593a), regent st blue (#a3c6e0) and polo blue (#799ec8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Gold, Coral, Blue, Bright, Summer, Ocean, Soft, Vibrant 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 Sunrise Dreams palette

Share this palette to:

💻 Sunrise Dreams color palette CSS

/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #e2ba73;
}
.color-3 {
color: #d4593a;
}
.color-4 {
color: #a3c6e0;
}
.color-5 {
color: #799ec8;
}

/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #e2ba73;
--color-3: #d4593a;
--color-4: #a3c6e0;
--color-5: #799ec8;
}

🌈 Sunrise Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #e2ba73, #d4593a, #a3c6e0, #799ec8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #e2ba73, #d4593a, #a3c6e0, #799ec8);
}

Sunrise Dreams color palette created on .