Amber Summer Color Palette
Discover the beautiful Amber Summer color palette featuring new orleans (#f3d59b), ronchi (#f0b14c), jaffa (#f08b38), tuscany (#c65b2a) and cognac (#a5381d).
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 Summer palette
๐ป Amber Summer color palette CSS
/* CSS */
.color-1 {
color: #f3d59b;
}
.color-2 {
color: #f0b14c;
}
.color-3 {
color: #f08b38;
}
.color-4 {
color: #c65b2a;
}
.color-5 {
color: #a5381d;
}
/* CSS Variables */
:root {
--color-1: #f3d59b;
--color-2: #f0b14c;
--color-3: #f08b38;
--color-4: #c65b2a;
--color-5: #a5381d;
} ๐ Amber Summer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d59b, #f0b14c, #f08b38, #c65b2a, #a5381d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d59b, #f0b14c, #f08b38, #c65b2a, #a5381d);
} ๐ Explore similar color palettes
Amber Summer color palette created on .