Brown Stasis Color Palette
Discover the beautiful Brown Stasis color palette featuring cashmere (#e7c39c), tumbleweed (#d7b27f), twine (#c49b5f), yellow metal (#7a6b43) and akaroa (#d6c7a9).
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 Brown Stasis palette
💻 Brown Stasis color palette CSS
/* CSS */
.color-1 {
color: #e7c39c;
}
.color-2 {
color: #d7b27f;
}
.color-3 {
color: #c49b5f;
}
.color-4 {
color: #7a6b43;
}
.color-5 {
color: #d6c7a9;
}
/* CSS Variables */
:root {
--color-1: #e7c39c;
--color-2: #d7b27f;
--color-3: #c49b5f;
--color-4: #7a6b43;
--color-5: #d6c7a9;
} 🌈 Brown Stasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c39c, #d7b27f, #c49b5f, #7a6b43, #d6c7a9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c39c, #d7b27f, #c49b5f, #7a6b43, #d6c7a9);
} 🔗 Explore similar color palettes
Brown Stasis color palette created on .