April O'Neil Color Palette
Discover the beautiful April O'Neil color palette featuring coffee (#706657), kokoda (#707057), ming (#385d7f), pickled bluewood (#2c3e53) and matterhorn (#4a3742).
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 April O'Neil palette
💻 April O'Neil color palette CSS
/* CSS */
.color-1 {
color: #706657;
}
.color-2 {
color: #707057;
}
.color-3 {
color: #385d7f;
}
.color-4 {
color: #2c3e53;
}
.color-5 {
color: #4a3742;
}
/* CSS Variables */
:root {
--color-1: #706657;
--color-2: #707057;
--color-3: #385d7f;
--color-4: #2c3e53;
--color-5: #4a3742;
} 🌈 April O'Neil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #706657, #707057, #385d7f, #2c3e53, #4a3742);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #706657, #707057, #385d7f, #2c3e53, #4a3742);
} 🔗 Explore similar color palettes
April O'Neil color palette created on .