Carnival Spectacle Color Palette
Discover the beautiful Carnival Spectacle color palette featuring orange (#ff6d1f), supernova (#ffcd05), radical red (#ff2e62), cerulean (#00a8e0) and seance (#711d9a).
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 Carnival Spectacle palette
💻 Carnival Spectacle color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffcd05;
}
.color-3 {
color: #ff2e62;
}
.color-4 {
color: #00a8e0;
}
.color-5 {
color: #711d9a;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffcd05;
--color-3: #ff2e62;
--color-4: #00a8e0;
--color-5: #711d9a;
}
🌈 Carnival Spectacle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffcd05, #ff2e62, #00a8e0, #711d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffcd05, #ff2e62, #00a8e0, #711d9a);
}
🔗 Explore similar color palettes
Carnival Spectacle color palette created on .