Dark Raven Color Palette
Discover the beautiful Dark Raven color palette featuring cloud burst (#283064), chambray (#3c4a88), blue violet (#5461ae), ship cove (#8487c6) and periwinkle gray (#c8cae8).
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 Dark Raven palette
💻 Dark Raven color palette CSS
/* CSS */
.color-1 {
color: #283064;
}
.color-2 {
color: #3c4a88;
}
.color-3 {
color: #5461ae;
}
.color-4 {
color: #8487c6;
}
.color-5 {
color: #c8cae8;
}
/* CSS Variables */
:root {
--color-1: #283064;
--color-2: #3c4a88;
--color-3: #5461ae;
--color-4: #8487c6;
--color-5: #c8cae8;
} 🌈 Dark Raven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #283064, #3c4a88, #5461ae, #8487c6, #c8cae8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #283064, #3c4a88, #5461ae, #8487c6, #c8cae8);
} 🔗 Explore similar color palettes
Dark Raven color palette created on .