Lady Oscar Color Palette
Discover the beautiful Lady Oscar color palette featuring kobi (#e9a5b6), wheat (#f5e3b2), rajah (#f9c780), periwinkle gray (#b6d0e2) and affair (#7c4b91).
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 Lady Oscar palette
💻 Lady Oscar color palette CSS
/* CSS */
.color-1 {
color: #e9a5b6;
}
.color-2 {
color: #f5e3b2;
}
.color-3 {
color: #f9c780;
}
.color-4 {
color: #b6d0e2;
}
.color-5 {
color: #7c4b91;
}
/* CSS Variables */
:root {
--color-1: #e9a5b6;
--color-2: #f5e3b2;
--color-3: #f9c780;
--color-4: #b6d0e2;
--color-5: #7c4b91;
} 🌈 Lady Oscar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9a5b6, #f5e3b2, #f9c780, #b6d0e2, #7c4b91);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9a5b6, #f5e3b2, #f9c780, #b6d0e2, #7c4b91);
} 🔗 Explore similar color palettes
Lady Oscar color palette created on .