Orange Cream Color Palette
Discover the beautiful Orange Cream color palette featuring golden tainoi (#ffcc66), atomic tangerine (#ff9966), bittersweet (#ff6666), radical red (#ff3366) and rose (#ff0080).
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 Cream palette
💻 Orange Cream color palette CSS
/* CSS */
.color-1 {
color: #ffcc66;
}
.color-2 {
color: #ff9966;
}
.color-3 {
color: #ff6666;
}
.color-4 {
color: #ff3366;
}
.color-5 {
color: #ff0080;
}
/* CSS Variables */
:root {
--color-1: #ffcc66;
--color-2: #ff9966;
--color-3: #ff6666;
--color-4: #ff3366;
--color-5: #ff0080;
}
🌈 Orange Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc66, #ff9966, #ff6666, #ff3366, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc66, #ff9966, #ff6666, #ff3366, #ff0080);
}
🔗 Explore similar color palettes
Orange Cream color palette created on .