Comedy Color Palette
Discover the beautiful Comedy color palette featuring energy yellow (#f7d74b), sea buckthorn (#f9a23e), ecstasy (#f77e22), flame pea (#d85e31) and crail (#b8493d).
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 Comedy palette
💻 Comedy color palette CSS
/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #f9a23e;
}
.color-3 {
color: #f77e22;
}
.color-4 {
color: #d85e31;
}
.color-5 {
color: #b8493d;
}
/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #f9a23e;
--color-3: #f77e22;
--color-4: #d85e31;
--color-5: #b8493d;
} 🌈 Comedy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #f9a23e, #f77e22, #d85e31, #b8493d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #f9a23e, #f77e22, #d85e31, #b8493d);
} 🔗 Explore similar color palettes
Comedy color palette created on .