Oliver Color Palette
Discover the beautiful Oliver color palette featuring elm (#1f6c7a), keppel (#39b19f), downy (#6dd5b7), chinook (#9fe0c8) and porcelain (#f0f4f5).
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: #1f6c7a;
}
.color-2 {
color: #39b19f;
}
.color-3 {
color: #6dd5b7;
}
.color-4 {
color: #9fe0c8;
}
.color-5 {
color: #f0f4f5;
}
/* CSS Variables */
:root {
--color-1: #1f6c7a;
--color-2: #39b19f;
--color-3: #6dd5b7;
--color-4: #9fe0c8;
--color-5: #f0f4f5;
} 🌈 Oliver background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f6c7a, #39b19f, #6dd5b7, #9fe0c8, #f0f4f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f6c7a, #39b19f, #6dd5b7, #9fe0c8, #f0f4f5);
} 🔗 Explore similar color palettes
Oliver color palette created on .