Neutral Warm Color Palette
Discover the beautiful Neutral Warm color palette featuring akaroa (#d8ccb0), grain brown (#e2d3b1), raffia (#e9d8b9), almond (#f0e0c7) and albescent white (#f7e9d4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Light, Monochromatic, Neutral, Soft, Spring, Tan, Warm color palettes and combinations.
💡 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 Neutral Warm palette
💻 Neutral Warm color palette CSS
/* CSS */
.color-1 {
color: #d8ccb0;
}
.color-2 {
color: #e2d3b1;
}
.color-3 {
color: #e9d8b9;
}
.color-4 {
color: #f0e0c7;
}
.color-5 {
color: #f7e9d4;
}
/* CSS Variables */
:root {
--color-1: #d8ccb0;
--color-2: #e2d3b1;
--color-3: #e9d8b9;
--color-4: #f0e0c7;
--color-5: #f7e9d4;
} 🌈 Neutral Warm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8ccb0, #e2d3b1, #e9d8b9, #f0e0c7, #f7e9d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8ccb0, #e2d3b1, #e9d8b9, #f0e0c7, #f7e9d4);
} 🔗 Explore similar color palettes
Neutral Warm color palette created on .