Golden Amber Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Amber palette
Golden Amber color palette CSS
/* CSS */
.color-1 {
color: #fee0ae;
}
.color-2 {
color: #ffe3bd;
}
.color-3 {
color: #ffe9c7;
}
.color-4 {
color: #fff1cc;
}
.color-5 {
color: #fff4e0;
}
/* CSS Variables */
:root {
--color-1: #fee0ae;
--color-2: #ffe3bd;
--color-3: #ffe9c7;
--color-4: #fff1cc;
--color-5: #fff4e0;
}
Golden Amber background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee0ae, #ffe3bd, #ffe9c7, #fff1cc, #fff4e0);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
- Chateau Whispers
- Cozy Brown
- Whispers of Springtime Pages
- Creamy Delights
- Sandy Serenity
- Vanilla Dreamscape
- Lily Blossom Delight
- Whispered Cocoa Dreams
- Whispering Cookie Dreams
- Brown Cookie
- Shades of Brown
- Shades of Brown
- Whispering Cookie Crumbs
- Brown Cookie
- Shades of Brown
- Light Beige
- Diverse Embrace
- Earthy Embrace
Golden Amber color palette created on .