Orange Dandicus Color Palette
Discover the beautiful Orange Dandicus color palette featuring energy yellow (#f6d64c), casablanca (#f9a94e), crusta (#f67331), flame pea (#d95e36) and paarl (#a94428).
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 Orange Dandicus palette
💻 Orange Dandicus color palette CSS
/* CSS */
.color-1 {
color: #f6d64c;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f67331;
}
.color-4 {
color: #d95e36;
}
.color-5 {
color: #a94428;
}
/* CSS Variables */
:root {
--color-1: #f6d64c;
--color-2: #f9a94e;
--color-3: #f67331;
--color-4: #d95e36;
--color-5: #a94428;
} 🌈 Orange Dandicus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d64c, #f9a94e, #f67331, #d95e36, #a94428);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d64c, #f9a94e, #f67331, #d95e36, #a94428);
} 🔗 Explore similar color palettes
Orange Dandicus color palette created on .