Discover the beautiful Diagrammatic Dusk color palette featuring ripe lemon (#f6c80e), buttercup (#f59f0a), tahiti gold (#f08605), clementine (#e66b00) and tenn (#d65d00).
Diagrammatic Dusk Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Diagrammatic Dusk palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Diagrammatic Dusk palette
💻 Diagrammatic Dusk color palette CSS
/* CSS */
.color-1 {
color: #f6c80e;
}
.color-2 {
color: #f59f0a;
}
.color-3 {
color: #f08605;
}
.color-4 {
color: #e66b00;
}
.color-5 {
color: #d65d00;
}
/* CSS Variables */
:root {
--color-1: #f6c80e;
--color-2: #f59f0a;
--color-3: #f08605;
--color-4: #e66b00;
--color-5: #d65d00;
}
🌈 Diagrammatic Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c80e, #f59f0a, #f08605, #e66b00, #d65d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c80e, #f59f0a, #f08605, #e66b00, #d65d00);
}
🔗 Explore similar color palettes
Diagrammatic Dusk color palette created on .