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: #f7c8a6;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f1a99d;
}
.color-4 {
color: #e7876a;
}
.color-5 {
color: #d3785f;
}

/* CSS Variables */
:root {
--color-1: #f7c8a6;
--color-2: #f4b79f;
--color-3: #f1a99d;
--color-4: #e7876a;
--color-5: #d3785f;
}

Rustic Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a6, #f4b79f, #f1a99d, #e7876a, #d3785f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a6, #f4b79f, #f1a99d, #e7876a, #d3785f);
}

Rustic Sunrise color palette created on .