Digital Dreamscape Color Palette

Discover the beautiful Digital Dreamscape color palette featuring chambray (#3b5d9b), steel blue (#5e7eba), cornflower (#a0c1e9), wheat (#f2d8ab) and rose bud (#f9b1ae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, 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 Digital Dreamscape palette

Share this palette to:

💻 Digital Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #5e7eba;
}
.color-3 {
color: #a0c1e9;
}
.color-4 {
color: #f2d8ab;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #5e7eba;
--color-3: #a0c1e9;
--color-4: #f2d8ab;
--color-5: #f9b1ae;
}

🌈 Digital Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #5e7eba, #a0c1e9, #f2d8ab, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #5e7eba, #a0c1e9, #f2d8ab, #f9b1ae);
}

Digital Dreamscape color palette created on .