Warm Beige Color Palette
Discover the beautiful Warm Beige color palette featuring martini (#b1a4a0), bison hide (#c3b3a2), vanilla (#d3b5a1), cashmere (#e6c4a3) and mandys pink (#f3d2b4).
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 Warm Beige palette
๐ป Warm Beige color palette CSS
/* CSS */
.color-1 {
color: #b1a4a0;
}
.color-2 {
color: #c3b3a2;
}
.color-3 {
color: #d3b5a1;
}
.color-4 {
color: #e6c4a3;
}
.color-5 {
color: #f3d2b4;
}
/* CSS Variables */
:root {
--color-1: #b1a4a0;
--color-2: #c3b3a2;
--color-3: #d3b5a1;
--color-4: #e6c4a3;
--color-5: #f3d2b4;
} ๐ Warm Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1a4a0, #c3b3a2, #d3b5a1, #e6c4a3, #f3d2b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1a4a0, #c3b3a2, #d3b5a1, #e6c4a3, #f3d2b4);
} ๐ Explore similar color palettes
Warm Beige color palette created on .