Ravenclaw Color Palette
Discover the beautiful Ravenclaw color palette featuring st tropaz (#2d599a), san marino (#3e6eac), steel blue (#5a89bf), mountain mist (#8b8990) and clay creek (#908760).
Brightness
Saturation
Warmth
💡 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
💻 Ravenclaw color palette CSS
/* CSS */
.color-1 {
color: #2d599a;
}
.color-2 {
color: #3e6eac;
}
.color-3 {
color: #5a89bf;
}
.color-4 {
color: #8b8990;
}
.color-5 {
color: #908760;
}
/* CSS Variables */
:root {
--color-1: #2d599a;
--color-2: #3e6eac;
--color-3: #5a89bf;
--color-4: #8b8990;
--color-5: #908760;
} 🌈 Ravenclaw background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d599a, #3e6eac, #5a89bf, #8b8990, #908760);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d599a, #3e6eac, #5a89bf, #8b8990, #908760);
} 🔗 Explore similar color palettes
Ravenclaw color palette created on .