Dusk of Dystopia Color Palette
Discover the beautiful Dusk of Dystopia color palette featuring cloud burst (#1c2b4a), chambray (#3d5a99), danube (#6da1d9), rob roy (#e8c468) and flamingo (#f4603e).
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 Dusk of Dystopia palette
💻 Dusk of Dystopia color palette CSS
/* CSS */
.color-1 {
color: #1c2b4a;
}
.color-2 {
color: #3d5a99;
}
.color-3 {
color: #6da1d9;
}
.color-4 {
color: #e8c468;
}
.color-5 {
color: #f4603e;
}
/* CSS Variables */
:root {
--color-1: #1c2b4a;
--color-2: #3d5a99;
--color-3: #6da1d9;
--color-4: #e8c468;
--color-5: #f4603e;
} 🌈 Dusk of Dystopia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b4a, #3d5a99, #6da1d9, #e8c468, #f4603e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b4a, #3d5a99, #6da1d9, #e8c468, #f4603e);
} 🔗 Explore similar color palettes
Dusk of Dystopia color palette created on .