Dreamcore Color Palette

Discover the beautiful Dreamcore color palette featuring onahau (#c7e2ff), anakiwa (#a3c8ff), malibu (#8ab5ff), malibu (#70a2ff) and dodger blue (#4d8eff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Vibrant, Soft, Spring 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: #c7e2ff;
}
.color-2 {
color: #a3c8ff;
}
.color-3 {
color: #8ab5ff;
}
.color-4 {
color: #70a2ff;
}
.color-5 {
color: #4d8eff;
}

/* CSS Variables */
:root {
--color-1: #c7e2ff;
--color-2: #a3c8ff;
--color-3: #8ab5ff;
--color-4: #70a2ff;
--color-5: #4d8eff;
}

🌈 Dreamcore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e2ff, #a3c8ff, #8ab5ff, #70a2ff, #4d8eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e2ff, #a3c8ff, #8ab5ff, #70a2ff, #4d8eff);
}

Dreamcore color palette created on .