Rustic Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Sunset palette
Rustic Sunset color palette CSS
/* CSS */
.color-1 {
color: #755a57;
}
.color-2 {
color: #a46c5b;
}
.color-3 {
color: #d7996a;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e4b08b;
}
/* CSS Variables */
:root {
--color-1: #755a57;
--color-2: #a46c5b;
--color-3: #d7996a;
--color-4: #f1c84b;
--color-5: #e4b08b;
}
Rustic Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #755a57, #a46c5b, #d7996a, #f1c84b, #e4b08b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #755a57, #a46c5b, #d7996a, #f1c84b, #e4b08b);
}
Similar color palettes
Rustic Sunset color palette created on .