Cool Black Blue Color Palette

Discover the beautiful Cool Black Blue color palette featuring port gore (#1e1e3e), rhino (#2e3d60), kashmir blue (#4c6a9a), viking (#6ab4e2) and cinnabar (#e4503f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Cool, Modern, Bright, Deep, Deep Winter, Elegant, 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 Cool Black Blue palette

Share this palette to:

💻 Cool Black Blue color palette CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #2e3d60;
}
.color-3 {
color: #4c6a9a;
}
.color-4 {
color: #6ab4e2;
}
.color-5 {
color: #e4503f;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #2e3d60;
--color-3: #4c6a9a;
--color-4: #6ab4e2;
--color-5: #e4503f;
}

🌈 Cool Black Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #2e3d60, #4c6a9a, #6ab4e2, #e4503f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #2e3d60, #4c6a9a, #6ab4e2, #e4503f);
}

Cool Black Blue color palette created on .