Rustic Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Sunrise palette

Share this palette to:

Rustic Sunrise color palette CSS

/* CSS */
.color-1 {
color: #c4aaa1;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #f2d1c4;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #b85b4c;
}

/* CSS Variables */
:root {
--color-1: #c4aaa1;
--color-2: #e3b8a1;
--color-3: #f2d1c4;
--color-4: #f7e1b6;
--color-5: #b85b4c;
}

Rustic Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4aaa1, #e3b8a1, #f2d1c4, #f7e1b6, #b85b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4aaa1, #e3b8a1, #f2d1c4, #f7e1b6, #b85b4c);
}

Rustic Sunrise color palette created on .