Discover the beautiful Dandy Delight color palette featuring saffron mango (#f8cb4f), casablanca (#f7a94b), jaffa (#f18a3b), jaffa (#ea7d3e) and flame pea (#d75b3c).
Dandy Delight 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 Dandy Delight palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Dandy Delight palette
💻 Dandy Delight color palette CSS
/* CSS */
.color-1 {
color: #f8cb4f;
}
.color-2 {
color: #f7a94b;
}
.color-3 {
color: #f18a3b;
}
.color-4 {
color: #ea7d3e;
}
.color-5 {
color: #d75b3c;
}
/* CSS Variables */
:root {
--color-1: #f8cb4f;
--color-2: #f7a94b;
--color-3: #f18a3b;
--color-4: #ea7d3e;
--color-5: #d75b3c;
}
🌈 Dandy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cb4f, #f7a94b, #f18a3b, #ea7d3e, #d75b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cb4f, #f7a94b, #f18a3b, #ea7d3e, #d75b3c);
}
🔗 Explore similar color palettes
Dandy Delight color palette created on .