Yellow Meringue Color Palette
Discover the beautiful Yellow Meringue color palette featuring energy yellow (#f9df5d), marzipan (#f7d79c), maize (#f6d4a7), tulip tree (#f2b645) and tulip tree (#e5a23e).
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 Meringue palette
💻 Yellow Meringue color palette CSS
/* CSS */
.color-1 {
color: #f9df5d;
}
.color-2 {
color: #f7d79c;
}
.color-3 {
color: #f6d4a7;
}
.color-4 {
color: #f2b645;
}
.color-5 {
color: #e5a23e;
}
/* CSS Variables */
:root {
--color-1: #f9df5d;
--color-2: #f7d79c;
--color-3: #f6d4a7;
--color-4: #f2b645;
--color-5: #e5a23e;
} 🌈 Yellow Meringue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9df5d, #f7d79c, #f6d4a7, #f2b645, #e5a23e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9df5d, #f7d79c, #f6d4a7, #f2b645, #e5a23e);
} 🔗 Explore similar color palettes
Yellow Meringue color palette created on .