Carnival Confection Color Palette
Discover the beautiful Carnival Confection color palette featuring selective yellow (#fab700), corn (#e6b400), grenadier (#d64f00), fire (#9e2d00) and cedar wood finish (#6b1b00).
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 Confection palette
💻 Carnival Confection color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #e6b400;
}
.color-3 {
color: #d64f00;
}
.color-4 {
color: #9e2d00;
}
.color-5 {
color: #6b1b00;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #e6b400;
--color-3: #d64f00;
--color-4: #9e2d00;
--color-5: #6b1b00;
} 🌈 Carnival Confection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #e6b400, #d64f00, #9e2d00, #6b1b00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #e6b400, #d64f00, #9e2d00, #6b1b00);
} 🔗 Explore similar color palettes
Carnival Confection color palette created on .