Lady Oscar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lady Oscar palette
Download Lady Oscar Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Lady Oscar color palette created on .