Blue Dream Color Palette

Discover the beautiful Blue Dream color palette featuring onahau (#d1e8ff), dull lavender (#919ae3), east bay (#4b4f86), frangipani (#ffdeb3) and valencia (#d64d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Soft, Spring, Sunset 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 Blue Dream palette

Share this palette to:

💻 Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #d1e8ff;
}
.color-2 {
color: #919ae3;
}
.color-3 {
color: #4b4f86;
}
.color-4 {
color: #ffdeb3;
}
.color-5 {
color: #d64d3d;
}

/* CSS Variables */
:root {
--color-1: #d1e8ff;
--color-2: #919ae3;
--color-3: #4b4f86;
--color-4: #ffdeb3;
--color-5: #d64d3d;
}

🌈 Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e8ff, #919ae3, #4b4f86, #ffdeb3, #d64d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e8ff, #919ae3, #4b4f86, #ffdeb3, #d64d3d);
}

Blue Dream color palette created on .