Vibrant Yellow Dream Color Palette
Discover the beautiful Vibrant Yellow Dream color palette featuring bright sun (#f9d648), tango (#f47b1f), mandy (#e94e77), blue violet (#6b5fb4) and pelorous (#39bac0).
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 Vibrant Yellow Dream palette
💻 Vibrant Yellow Dream color palette CSS
/* CSS */
.color-1 {
color: #f9d648;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #6b5fb4;
}
.color-5 {
color: #39bac0;
}
/* CSS Variables */
:root {
--color-1: #f9d648;
--color-2: #f47b1f;
--color-3: #e94e77;
--color-4: #6b5fb4;
--color-5: #39bac0;
} 🌈 Vibrant Yellow Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d648, #f47b1f, #e94e77, #6b5fb4, #39bac0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d648, #f47b1f, #e94e77, #6b5fb4, #39bac0);
} 🔗 Explore similar color palettes
Vibrant Yellow Dream color palette created on .