Saddle Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Saddle Sunset palette
Saddle Sunset color palette CSS
/* CSS */
.color-1 {
color: #c7a46b;
}
.color-2 {
color: #a65e2b;
}
.color-3 {
color: #b6d38d;
}
.color-4 {
color: #4b798b;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #c7a46b;
--color-2: #a65e2b;
--color-3: #b6d38d;
--color-4: #4b798b;
--color-5: #e9b79f;
}
Saddle Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a46b, #a65e2b, #b6d38d, #4b798b, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a46b, #a65e2b, #b6d38d, #4b798b, #e9b79f);
}
Similar color palettes
Saddle Sunset color palette created on .