Caramel Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caramel Sunset palette
Caramel Sunset color palette CSS
/* CSS */
.color-1 {
color: #a0740d;
}
.color-2 {
color: #d79d28;
}
.color-3 {
color: #f0c74c;
}
.color-4 {
color: #f2d8b1;
}
.color-5 {
color: #c1b49f;
}
/* CSS Variables */
:root {
--color-1: #a0740d;
--color-2: #d79d28;
--color-3: #f0c74c;
--color-4: #f2d8b1;
--color-5: #c1b49f;
}
Caramel Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0740d, #d79d28, #f0c74c, #f2d8b1, #c1b49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0740d, #d79d28, #f0c74c, #f2d8b1, #c1b49f);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Caramel Sunset color palette created on .