Cozy Brown Color Palette
Discover the beautiful Cozy Brown color palette featuring brandy (#d9b48c), cashmere (#e5b39a), cashmere (#e7c6a7), coriander (#c1d0b4) and norway (#a9b9a7).
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 Cozy Brown palette
💻 Cozy Brown color palette CSS
/* CSS */
.color-1 {
color: #d9b48c;
}
.color-2 {
color: #e5b39a;
}
.color-3 {
color: #e7c6a7;
}
.color-4 {
color: #c1d0b4;
}
.color-5 {
color: #a9b9a7;
}
/* CSS Variables */
:root {
--color-1: #d9b48c;
--color-2: #e5b39a;
--color-3: #e7c6a7;
--color-4: #c1d0b4;
--color-5: #a9b9a7;
} 🌈 Cozy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b48c, #e5b39a, #e7c6a7, #c1d0b4, #a9b9a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b48c, #e5b39a, #e7c6a7, #c1d0b4, #a9b9a7);
} 🔗 Explore similar color palettes
Cozy Brown color palette created on .