Brushstroke Harmony Color Palette
Discover the beautiful Brushstroke Harmony color palette featuring ferra (#6b4f4c), pharlap (#a4797a), cashmere (#e7b8a2), ronchi (#f1b74b) and ronchi (#f0c35c).
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 Brushstroke Harmony palette
💻 Brushstroke Harmony color palette CSS
/* CSS */
.color-1 {
color: #6b4f4c;
}
.color-2 {
color: #a4797a;
}
.color-3 {
color: #e7b8a2;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #f0c35c;
}
/* CSS Variables */
:root {
--color-1: #6b4f4c;
--color-2: #a4797a;
--color-3: #e7b8a2;
--color-4: #f1b74b;
--color-5: #f0c35c;
} 🌈 Brushstroke Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4f4c, #a4797a, #e7b8a2, #f1b74b, #f0c35c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4f4c, #a4797a, #e7b8a2, #f1b74b, #f0c35c);
} 🔗 Explore similar color palettes
Brushstroke Harmony color palette created on .