Rustic Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Dawn palette

Share this palette to:

Rustic Dawn color palette CSS

/* CSS */
.color-1 {
color: #5c3b2d;
}
.color-2 {
color: #7a5c4d;
}
.color-3 {
color: #9e7d70;
}
.color-4 {
color: #c39f88;
}
.color-5 {
color: #dfc1b3;
}

/* CSS Variables */
:root {
--color-1: #5c3b2d;
--color-2: #7a5c4d;
--color-3: #9e7d70;
--color-4: #c39f88;
--color-5: #dfc1b3;
}

Rustic Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3b2d, #7a5c4d, #9e7d70, #c39f88, #dfc1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3b2d, #7a5c4d, #9e7d70, #c39f88, #dfc1b3);
}

Rustic Dawn color palette created on .