Amber Summer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Summer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Amber Summer Color Palette (PNG)
Amber Summer color palette CSS
/* CSS */
.color-1 {
color: #f3d69b;
}
.color-2 {
color: #f0b14c;
}
.color-3 {
color: #f08b38;
}
.color-4 {
color: #c65b2a;
}
.color-5 {
color: #a5381d;
}
/* CSS Variables */
:root {
--color-1: #f3d69b;
--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, #f3d69b, #f0b14c, #f08b38, #c65b2a, #a5381d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d69b, #f0b14c, #f08b38, #c65b2a, #a5381d);
}
Similar color palettes
Amber Summer color palette created on .