Volcano Color Palette
Discover the beautiful Volcano color palette featuring congo brown (#6a3e3e), copper rust (#8c4a4a), turkish rose (#b77171), wewak (#f3a89b) and chardonnay (#fcc18d).
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 Volcano palette
💻 Volcano color palette CSS
/* CSS */
.color-1 {
color: #6a3e3e;
}
.color-2 {
color: #8c4a4a;
}
.color-3 {
color: #b77171;
}
.color-4 {
color: #f3a89b;
}
.color-5 {
color: #fcc18d;
}
/* CSS Variables */
:root {
--color-1: #6a3e3e;
--color-2: #8c4a4a;
--color-3: #b77171;
--color-4: #f3a89b;
--color-5: #fcc18d;
} 🌈 Volcano background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e3e, #8c4a4a, #b77171, #f3a89b, #fcc18d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e3e, #8c4a4a, #b77171, #f3a89b, #fcc18d);
} 🔗 Explore similar color palettes
Volcano color palette created on .