Orange Dream Color Palette
Discover the beautiful Orange Dream color palette featuring neon carrot (#ff9b3d), koromiko (#ffbb5c), kournikova (#ffdf75), sandwisp (#f2f2a1) and sinbad (#a2d7d3).
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 Dream palette
💻 Orange Dream color palette CSS
/* CSS */
.color-1 {
color: #ff9b3d;
}
.color-2 {
color: #ffbb5c;
}
.color-3 {
color: #ffdf75;
}
.color-4 {
color: #f2f2a1;
}
.color-5 {
color: #a2d7d3;
}
/* CSS Variables */
:root {
--color-1: #ff9b3d;
--color-2: #ffbb5c;
--color-3: #ffdf75;
--color-4: #f2f2a1;
--color-5: #a2d7d3;
}
🌈 Orange Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9b3d, #ffbb5c, #ffdf75, #f2f2a1, #a2d7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9b3d, #ffbb5c, #ffdf75, #f2f2a1, #a2d7d3);
}
🔗 Explore similar color palettes
Orange Dream color palette created on .