Corviknight Color Palette

Discover the beautiful Corviknight color palette featuring steel gray (#1b1e27), bright gray (#3c424e), shuttle gray (#606d7b), regent gray (#8a9ba8) and botticelli (#c3d3df).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Gray, Aviary, Modern, Neutral, Bright Winter, Masculine, 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 Corviknight palette

Share this palette to:

💻 Corviknight color palette CSS

/* CSS */
.color-1 {
color: #1b1e27;
}
.color-2 {
color: #3c424e;
}
.color-3 {
color: #606d7b;
}
.color-4 {
color: #8a9ba8;
}
.color-5 {
color: #c3d3df;
}

/* CSS Variables */
:root {
--color-1: #1b1e27;
--color-2: #3c424e;
--color-3: #606d7b;
--color-4: #8a9ba8;
--color-5: #c3d3df;
}

🌈 Corviknight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e27, #3c424e, #606d7b, #8a9ba8, #c3d3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e27, #3c424e, #606d7b, #8a9ba8, #c3d3df);
}

Corviknight color palette created on .