Oliver Color Palette
Discover the beautiful Oliver color palette featuring spring rain (#a0c89d), moss green (#b2d8a6), sidecar (#f2e5b1), rajah (#f2b763) and new york pink (#d57b7d).
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 Oliver palette
💻 Oliver color palette CSS
/* CSS */
.color-1 {
color: #a0c89d;
}
.color-2 {
color: #b2d8a6;
}
.color-3 {
color: #f2e5b1;
}
.color-4 {
color: #f2b763;
}
.color-5 {
color: #d57b7d;
}
/* CSS Variables */
:root {
--color-1: #a0c89d;
--color-2: #b2d8a6;
--color-3: #f2e5b1;
--color-4: #f2b763;
--color-5: #d57b7d;
} 🌈 Oliver background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0c89d, #b2d8a6, #f2e5b1, #f2b763, #d57b7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0c89d, #b2d8a6, #f2e5b1, #f2b763, #d57b7d);
} 🔗 Explore similar color palettes
Oliver color palette created on .