Ruddy Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ruddy Sunset palette
Ruddy Sunset color palette CSS
/* CSS */
.color-1 {
color: #794d39;
}
.color-2 {
color: #c58e7d;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #f7d5c5;
}
.color-5 {
color: #f4e1d2;
}
/* CSS Variables */
:root {
--color-1: #794d39;
--color-2: #c58e7d;
--color-3: #e4b5a0;
--color-4: #f7d5c5;
--color-5: #f4e1d2;
}
Ruddy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794d39, #c58e7d, #e4b5a0, #f7d5c5, #f4e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794d39, #c58e7d, #e4b5a0, #f7d5c5, #f4e1d2);
}
Similar color palettes
Scroll down to explore 500+ Earthy color palettes
Ruddy Sunset color palette created on .