Sweetwood Harmony Color Palette
Discover the beautiful Sweetwood Harmony color palette featuring wheat (#f3e4aa), tumbleweed (#d8b579), santa fe (#a86d4d), millbrook (#694b3a) and millbrook (#503b2b).
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 Sweetwood Harmony palette
💻 Sweetwood Harmony color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #d8b579;
}
.color-3 {
color: #a86d4d;
}
.color-4 {
color: #694b3a;
}
.color-5 {
color: #503b2b;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #d8b579;
--color-3: #a86d4d;
--color-4: #694b3a;
--color-5: #503b2b;
} 🌈 Sweetwood Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #d8b579, #a86d4d, #694b3a, #503b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #d8b579, #a86d4d, #694b3a, #503b2b);
} 🔗 Explore similar color palettes
Sweetwood Harmony color palette created on .