Dark Blue Dream Color Palette

Discover the beautiful Dark Blue Dream color palette featuring bunting (#191f4d), chambray (#3b5b8c), hippie blue (#5b86b3), polo blue (#8eb2d7) and tropical blue (#c2e0f5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dark Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #3b5b8c;
}
.color-3 {
color: #5b86b3;
}
.color-4 {
color: #8eb2d7;
}
.color-5 {
color: #c2e0f5;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #3b5b8c;
--color-3: #5b86b3;
--color-4: #8eb2d7;
--color-5: #c2e0f5;
}

🌈 Dark Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #3b5b8c, #5b86b3, #8eb2d7, #c2e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #3b5b8c, #5b86b3, #8eb2d7, #c2e0f5);
}

Dark Blue Dream color palette created on .