Warm Amber Color Palette
Discover the beautiful Warm Amber color palette featuring red robin (#7c3b1d), paarl (#a65c2b), di serria (#d89d4b), ronchi (#f1c84b) and web orange (#f5a300).
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: #7c3b1d;
}
.color-2 {
color: #a65c2b;
}
.color-3 {
color: #d89d4b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #7c3b1d;
--color-2: #a65c2b;
--color-3: #d89d4b;
--color-4: #f1c84b;
--color-5: #f5a300;
} ๐ Warm Amber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3b1d, #a65c2b, #d89d4b, #f1c84b, #f5a300);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3b1d, #a65c2b, #d89d4b, #f1c84b, #f5a300);
} ๐ Explore similar color palettes
Warm Amber color palette created on .