Warm Amber Color Palette
Discover the beautiful Warm Amber color palette featuring twine (#c69c6c), sidecar (#f2e6b1), cashmere (#e2b8a1), raw sienna (#d48d54) and spicy mix (#7e5e3e).
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 Amber palette
๐ป Warm Amber color palette CSS
/* CSS */
.color-1 {
color: #c69c6c;
}
.color-2 {
color: #f2e6b1;
}
.color-3 {
color: #e2b8a1;
}
.color-4 {
color: #d48d54;
}
.color-5 {
color: #7e5e3e;
}
/* CSS Variables */
:root {
--color-1: #c69c6c;
--color-2: #f2e6b1;
--color-3: #e2b8a1;
--color-4: #d48d54;
--color-5: #7e5e3e;
} ๐ Warm Amber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c6c, #f2e6b1, #e2b8a1, #d48d54, #7e5e3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c6c, #f2e6b1, #e2b8a1, #d48d54, #7e5e3e);
} ๐ Explore similar color palettes
Warm Amber color palette created on .