Sophisticated Warmth Color Palette
Discover the beautiful Sophisticated Warmth color palette featuring hampton (#e5cca9), sorrell brown (#d3b59c), thatch (#bfa79c), sandrift (#a88e7a) and beaver (#8b6a5b).
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 Sophisticated Warmth palette
💻 Sophisticated Warmth color palette CSS
/* CSS */
.color-1 {
color: #e5cca9;
}
.color-2 {
color: #d3b59c;
}
.color-3 {
color: #bfa79c;
}
.color-4 {
color: #a88e7a;
}
.color-5 {
color: #8b6a5b;
}
/* CSS Variables */
:root {
--color-1: #e5cca9;
--color-2: #d3b59c;
--color-3: #bfa79c;
--color-4: #a88e7a;
--color-5: #8b6a5b;
} 🌈 Sophisticated Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5cca9, #d3b59c, #bfa79c, #a88e7a, #8b6a5b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5cca9, #d3b59c, #bfa79c, #a88e7a, #8b6a5b);
} 🔗 Explore similar color palettes
Sophisticated Warmth color palette created on .