Bright Amber Color Palette
Discover the beautiful Bright Amber color palette featuring brandy punch (#d78b28), tan hide (#f9a64e), cream can (#f6c76a), kournikova (#ffd77a) and texas rose (#ffb84d).
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 Bright Amber palette
๐ป Bright Amber color palette CSS
/* CSS */
.color-1 {
color: #d78b28;
}
.color-2 {
color: #f9a64e;
}
.color-3 {
color: #f6c76a;
}
.color-4 {
color: #ffd77a;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #d78b28;
--color-2: #f9a64e;
--color-3: #f6c76a;
--color-4: #ffd77a;
--color-5: #ffb84d;
} ๐ Bright Amber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d78b28, #f9a64e, #f6c76a, #ffd77a, #ffb84d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d78b28, #f9a64e, #f6c76a, #ffd77a, #ffb84d);
} ๐ Explore similar color palettes
Bright Amber color palette created on .