Raven Color Palette

Discover the beautiful Raven color palette featuring steel gray (#1f1f2d), bright gray (#3b3b4e), storm gray (#696986), wistful (#b2b2d7) and link water (#e0e0f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Deep, Muted, Elegant, Modern, Night Sky, Soft, Deep Winter 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 Raven palette

Share this palette to:

💻 Raven color palette CSS

/* CSS */
.color-1 {
color: #1f1f2d;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #696986;
}
.color-4 {
color: #b2b2d7;
}
.color-5 {
color: #e0e0f5;
}

/* CSS Variables */
:root {
--color-1: #1f1f2d;
--color-2: #3b3b4e;
--color-3: #696986;
--color-4: #b2b2d7;
--color-5: #e0e0f5;
}

🌈 Raven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2d, #3b3b4e, #696986, #b2b2d7, #e0e0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2d, #3b3b4e, #696986, #b2b2d7, #e0e0f5);
}

Raven color palette created on .