Baldwin IV Color Palette
Discover the beautiful Baldwin IV color palette featuring husk (#b6a35d), thistle green (#c0c3a2), dallas (#7d5c2b), millbrook (#694b3a) and akaroa (#d1c6a3).
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 Baldwin IV palette
💻 Baldwin IV color palette CSS
/* CSS */
.color-1 {
color: #b6a35d;
}
.color-2 {
color: #c0c3a2;
}
.color-3 {
color: #7d5c2b;
}
.color-4 {
color: #694b3a;
}
.color-5 {
color: #d1c6a3;
}
/* CSS Variables */
:root {
--color-1: #b6a35d;
--color-2: #c0c3a2;
--color-3: #7d5c2b;
--color-4: #694b3a;
--color-5: #d1c6a3;
} 🌈 Baldwin IV background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a35d, #c0c3a2, #7d5c2b, #694b3a, #d1c6a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a35d, #c0c3a2, #7d5c2b, #694b3a, #d1c6a3);
} 🔗 Explore similar color palettes
Baldwin IV color palette created on .