Savory Fiesta Harmony Color Palette
Discover the beautiful Savory Fiesta Harmony color palette featuring sunglow (#ffcc33), bittersweet (#ff6e61), yellow green (#a4d869), melanie (#e2b6d5) and persian green (#00999e).
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 Savory Fiesta Harmony palette
💻 Savory Fiesta Harmony color palette CSS
/* CSS */
.color-1 {
color: #ffcc33;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #a4d869;
}
.color-4 {
color: #e2b6d5;
}
.color-5 {
color: #00999e;
}
/* CSS Variables */
:root {
--color-1: #ffcc33;
--color-2: #ff6e61;
--color-3: #a4d869;
--color-4: #e2b6d5;
--color-5: #00999e;
} 🌈 Savory Fiesta Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc33, #ff6e61, #a4d869, #e2b6d5, #00999e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc33, #ff6e61, #a4d869, #e2b6d5, #00999e);
} Savory Fiesta Harmony color palette created on .