Dara Color Palette
Discover the beautiful Dara color palette featuring vermilion (#f53d00), tangerine (#f88600), candlelight (#ffcd16), international klein blue (#002faf) and blue charcoal (#00061d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Bright, High Contrast, Modern, Orange, Vibrant, Warm, Yellow 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 Dara palette
💻 Dara color palette CSS
/* CSS */
.color-1 {
color: #f53d00;
}
.color-2 {
color: #f88600;
}
.color-3 {
color: #ffcd16;
}
.color-4 {
color: #002faf;
}
.color-5 {
color: #00061d;
}
/* CSS Variables */
:root {
--color-1: #f53d00;
--color-2: #f88600;
--color-3: #ffcd16;
--color-4: #002faf;
--color-5: #00061d;
} 🌈 Dara background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f53d00, #f88600, #ffcd16, #002faf, #00061d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f53d00, #f88600, #ffcd16, #002faf, #00061d);
} 🔗 Explore similar color palettes
Dara color palette created on .