Yellow Eclipse Color Palette
Discover the beautiful Yellow Eclipse color palette featuring rob roy (#eccf79), porsche (#e7a56f), japonica (#da765e), lochinvar (#349388) and pickled bluewood (#2b4550).
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 Eclipse palette
💻 Yellow Eclipse color palette CSS
/* CSS */
.color-1 {
color: #eccf79;
}
.color-2 {
color: #e7a56f;
}
.color-3 {
color: #da765e;
}
.color-4 {
color: #349388;
}
.color-5 {
color: #2b4550;
}
/* CSS Variables */
:root {
--color-1: #eccf79;
--color-2: #e7a56f;
--color-3: #da765e;
--color-4: #349388;
--color-5: #2b4550;
} 🌈 Yellow Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eccf79, #e7a56f, #da765e, #349388, #2b4550);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eccf79, #e7a56f, #da765e, #349388, #2b4550);
} 🔗 Explore similar color palettes
Yellow Eclipse color palette created on .