Danube Dream Color Palette

Discover the beautiful Danube Dream color palette featuring danube (#6193d1), regent st blue (#a4c0e0), pot pourri (#f0e3d6), rose bud (#f9b79f) and chestnut rose (#d26565).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Light, Soft, Spring, Summer, 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 Danube Dream palette

Share this palette to:

💻 Danube Dream color palette CSS

/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #a4c0e0;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #d26565;
}

/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #a4c0e0;
--color-3: #f0e3d6;
--color-4: #f9b79f;
--color-5: #d26565;
}

🌈 Danube Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #a4c0e0, #f0e3d6, #f9b79f, #d26565);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #a4c0e0, #f0e3d6, #f9b79f, #d26565);
}

Danube Dream color palette created on .