Upper Color Palette
Discover the beautiful Upper color palette featuring kobi (#e5a4c7), prelude (#d6c2e0), biloba flower (#c5b7f0), perano (#abc3f2) and half baked (#7cc5d0).
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 Upper palette
💻 Upper color palette CSS
/* CSS */
.color-1 {
color: #e5a4c7;
}
.color-2 {
color: #d6c2e0;
}
.color-3 {
color: #c5b7f0;
}
.color-4 {
color: #abc3f2;
}
.color-5 {
color: #7cc5d0;
}
/* CSS Variables */
:root {
--color-1: #e5a4c7;
--color-2: #d6c2e0;
--color-3: #c5b7f0;
--color-4: #abc3f2;
--color-5: #7cc5d0;
} 🌈 Upper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a4c7, #d6c2e0, #c5b7f0, #abc3f2, #7cc5d0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a4c7, #d6c2e0, #c5b7f0, #abc3f2, #7cc5d0);
} 🔗 Explore similar color palettes
Upper color palette created on .