Carnival Spectacle Color Palette
Discover the beautiful Carnival Spectacle color palette featuring sunset orange (#ff4d4f), neon carrot (#fc923b), energy yellow (#f9d64e), conifer (#a1d65c) and havelock blue (#3f9ed9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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: #ff4d4f;
}
.color-2 {
color: #fc923b;
}
.color-3 {
color: #f9d64e;
}
.color-4 {
color: #a1d65c;
}
.color-5 {
color: #3f9ed9;
}
/* CSS Variables */
:root {
--color-1: #ff4d4f;
--color-2: #fc923b;
--color-3: #f9d64e;
--color-4: #a1d65c;
--color-5: #3f9ed9;
} 🌈 Carnival Spectacle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4f, #fc923b, #f9d64e, #a1d65c, #3f9ed9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4f, #fc923b, #f9d64e, #a1d65c, #3f9ed9);
} Carnival Spectacle color palette created on .