Beige Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beige Sunrise palette

Share this palette to:

Beige Sunrise color palette CSS

/* CSS */
.color-1 {
color: #e8d2bf;
}
.color-2 {
color: #d6b69a;
}
.color-3 {
color: #cda95b;
}
.color-4 {
color: #b6a05d;
}
.color-5 {
color: #9a8a4c;
}

/* CSS Variables */
:root {
--color-1: #e8d2bf;
--color-2: #d6b69a;
--color-3: #cda95b;
--color-4: #b6a05d;
--color-5: #9a8a4c;
}

Beige Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d2bf, #d6b69a, #cda95b, #b6a05d, #9a8a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d2bf, #d6b69a, #cda95b, #b6a05d, #9a8a4c);
}

Beige Sunrise color palette created on .