Cute Orange Color Palette
Discover the beautiful Cute Orange color palette featuring kournikova (#ffdb72), cornflower lilac (#ffb7ab), romantic (#ffcebc), cosmos (#ffd7d8) and tequila (#ffe7c6).
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 Cute Orange palette
💻 Cute Orange color palette CSS
/* CSS */
.color-1 {
color: #ffdb72;
}
.color-2 {
color: #ffb7ab;
}
.color-3 {
color: #ffcebc;
}
.color-4 {
color: #ffd7d8;
}
.color-5 {
color: #ffe7c6;
}
/* CSS Variables */
:root {
--color-1: #ffdb72;
--color-2: #ffb7ab;
--color-3: #ffcebc;
--color-4: #ffd7d8;
--color-5: #ffe7c6;
} 🌈 Cute Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdb72, #ffb7ab, #ffcebc, #ffd7d8, #ffe7c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdb72, #ffb7ab, #ffcebc, #ffd7d8, #ffe7c6);
} 🔗 Explore similar color palettes
Cute Orange color palette created on .