Ravenclaw Color Palette

Discover the beautiful Ravenclaw color palette featuring tolopea (#160236), catalina blue (#072b8d), blue whale (#042949), deep blue (#2d087d) and chelsea gem (#986101).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Amber, Earthy, Autumn 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 Ravenclaw palette

Share this palette to:

💻 Ravenclaw color palette CSS

/* CSS */
.color-1 {
color: #160236;
}
.color-2 {
color: #072b8d;
}
.color-3 {
color: #042949;
}
.color-4 {
color: #2d087d;
}
.color-5 {
color: #986101;
}

/* CSS Variables */
:root {
--color-1: #160236;
--color-2: #072b8d;
--color-3: #042949;
--color-4: #2d087d;
--color-5: #986101;
}

🌈 Ravenclaw background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #160236, #072b8d, #042949, #2d087d, #986101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #160236, #072b8d, #042949, #2d087d, #986101);
}

Ravenclaw color palette created on .