Raven Guardian Color Palette
Discover the beautiful Raven Guardian color palette featuring shark (#1a1e23), mako (#3a3f45), shuttle gray (#5b636b), regent gray (#8a9ba8) and timberwolf (#d4d1c9).
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 Raven Guardian palette
💻 Raven Guardian color palette CSS
/* CSS */
.color-1 {
color: #1a1e23;
}
.color-2 {
color: #3a3f45;
}
.color-3 {
color: #5b636b;
}
.color-4 {
color: #8a9ba8;
}
.color-5 {
color: #d4d1c9;
}
/* CSS Variables */
:root {
--color-1: #1a1e23;
--color-2: #3a3f45;
--color-3: #5b636b;
--color-4: #8a9ba8;
--color-5: #d4d1c9;
} 🌈 Raven Guardian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e23, #3a3f45, #5b636b, #8a9ba8, #d4d1c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e23, #3a3f45, #5b636b, #8a9ba8, #d4d1c9);
} 🔗 Explore similar color palettes
Raven Guardian color palette created on .