Oakly Color Palette
Discover the beautiful Oakly color palette featuring copper (#b58a3b), tacha (#d9c35e), wheat (#f3e7aa), shadow green (#9fc6b3) and viridian green (#5e8d7b).
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 Oakly palette
💻 Oakly color palette CSS
/* CSS */
.color-1 {
color: #b58a3b;
}
.color-2 {
color: #d9c35e;
}
.color-3 {
color: #f3e7aa;
}
.color-4 {
color: #9fc6b3;
}
.color-5 {
color: #5e8d7b;
}
/* CSS Variables */
:root {
--color-1: #b58a3b;
--color-2: #d9c35e;
--color-3: #f3e7aa;
--color-4: #9fc6b3;
--color-5: #5e8d7b;
} 🌈 Oakly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58a3b, #d9c35e, #f3e7aa, #9fc6b3, #5e8d7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58a3b, #d9c35e, #f3e7aa, #9fc6b3, #5e8d7b);
} 🔗 Explore similar color palettes
Oakly color palette created on .