Yellow Sour Color Palette
Discover the beautiful Yellow Sour color palette featuring supernova (#ffcc00), pistachio (#99cc00), shamrock (#33cc99), robin's egg blue (#00cccc) and azure radiance (#0099ff).
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 Yellow Sour palette
💻 Yellow Sour color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #99cc00;
}
.color-3 {
color: #33cc99;
}
.color-4 {
color: #00cccc;
}
.color-5 {
color: #0099ff;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #99cc00;
--color-3: #33cc99;
--color-4: #00cccc;
--color-5: #0099ff;
} 🌈 Yellow Sour background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #99cc00, #33cc99, #00cccc, #0099ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #99cc00, #33cc99, #00cccc, #0099ff);
} 🔗 Explore similar color palettes
Yellow Sour color palette created on .