Orange Sky Color Palette
Discover the beautiful Orange Sky color palette featuring yellow orange (#feb343), goldenrod (#fed667), picasso (#fdee9b), malibu (#94c7fa) and malibu (#66bcfa).
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 Sky palette
💻 Orange Sky color palette CSS
/* CSS */
.color-1 {
color: #feb343;
}
.color-2 {
color: #fed667;
}
.color-3 {
color: #fdee9b;
}
.color-4 {
color: #94c7fa;
}
.color-5 {
color: #66bcfa;
}
/* CSS Variables */
:root {
--color-1: #feb343;
--color-2: #fed667;
--color-3: #fdee9b;
--color-4: #94c7fa;
--color-5: #66bcfa;
} 🌈 Orange Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feb343, #fed667, #fdee9b, #94c7fa, #66bcfa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feb343, #fed667, #fdee9b, #94c7fa, #66bcfa);
} 🔗 Explore similar color palettes
Orange Sky color palette created on .