Amber Shades Color Palette
Discover the beautiful Amber Shades color palette featuring hokey pokey (#d69b2e), casablanca (#f2b950), ronchi (#f1c84b), fuel yellow (#e8a62c) and hokey pokey (#d39f27).
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 Amber Shades palette
๐ป Amber Shades color palette CSS
/* CSS */
.color-1 {
color: #d69b2e;
}
.color-2 {
color: #f2b950;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e8a62c;
}
.color-5 {
color: #d39f27;
}
/* CSS Variables */
:root {
--color-1: #d69b2e;
--color-2: #f2b950;
--color-3: #f1c84b;
--color-4: #e8a62c;
--color-5: #d39f27;
} ๐ Amber Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69b2e, #f2b950, #f1c84b, #e8a62c, #d39f27);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69b2e, #f2b950, #f1c84b, #e8a62c, #d39f27);
} ๐ Explore similar color palettes
Amber Shades color palette created on .