Amber Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Sunset palette
Amber Sunset color palette CSS
/* CSS */
.color-1 {
color: #8c3c0d;
}
.color-2 {
color: #b05c1c;
}
.color-3 {
color: #d78d37;
}
.color-4 {
color: #e4b55e;
}
.color-5 {
color: #f2d091;
}
/* CSS Variables */
:root {
--color-1: #8c3c0d;
--color-2: #b05c1c;
--color-3: #d78d37;
--color-4: #e4b55e;
--color-5: #f2d091;
}
Amber Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3c0d, #b05c1c, #d78d37, #e4b55e, #f2d091);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3c0d, #b05c1c, #d78d37, #e4b55e, #f2d091);
}
Similar color palettes
Amber Sunset color palette created on .