Draven Color Palette
Discover the beautiful Draven color palette featuring mirage (#1c1c3b), east bay (#3c3c6d), scampi (#5e5ea1), logan (#9f9fc6) and link water (#d1d1f0).
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 Draven palette
💻 Draven color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3c3c6d;
}
.color-3 {
color: #5e5ea1;
}
.color-4 {
color: #9f9fc6;
}
.color-5 {
color: #d1d1f0;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3c3c6d;
--color-3: #5e5ea1;
--color-4: #9f9fc6;
--color-5: #d1d1f0;
} 🌈 Draven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3c3c6d, #5e5ea1, #9f9fc6, #d1d1f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3c3c6d, #5e5ea1, #9f9fc6, #d1d1f0);
} 🔗 Explore similar color palettes
Draven color palette created on .