Discover the beautiful Sunny Side Up color palette featuring khaki (#f0e78e), goldenrod (#f9d66c), corvette (#f9c7a4), froly (#f06a6a) and mojo (#c74938).
Sunny Side Up Color Palette
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
Explore how the Sunny Side Up palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Sunny Side Up palette
💻 Sunny Side Up color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f9c7a4;
}
.color-4 {
color: #f06a6a;
}
.color-5 {
color: #c74938;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f9d66c;
--color-3: #f9c7a4;
--color-4: #f06a6a;
--color-5: #c74938;
}
🌈 Sunny Side Up background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f9d66c, #f9c7a4, #f06a6a, #c74938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f9d66c, #f9c7a4, #f06a6a, #c74938);
}
🔗 Explore similar color palettes
Sunny Side Up color palette created on .