Dreamcore Color Palette

Discover the beautiful Dreamcore color palette featuring prelude (#d9c2e0), cold purple (#b1a4d6), polo blue (#8b9ec6), hippie blue (#5fa4b4) and java (#28b8aa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Pastel, Blue, Green 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 Dreamcore palette

Share this palette to:

💻 Dreamcore color palette CSS

/* CSS */
.color-1 {
color: #d9c2e0;
}
.color-2 {
color: #b1a4d6;
}
.color-3 {
color: #8b9ec6;
}
.color-4 {
color: #5fa4b4;
}
.color-5 {
color: #28b8aa;
}

/* CSS Variables */
:root {
--color-1: #d9c2e0;
--color-2: #b1a4d6;
--color-3: #8b9ec6;
--color-4: #5fa4b4;
--color-5: #28b8aa;
}

🌈 Dreamcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c2e0, #b1a4d6, #8b9ec6, #5fa4b4, #28b8aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c2e0, #b1a4d6, #8b9ec6, #5fa4b4, #28b8aa);
}

Dreamcore color palette created on .