Saffron Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Saffron Sunrise palette

Share this palette to:

Saffron Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f7b769;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #c6803f;
}
.color-5 {
color: #a15a2b;
}

/* CSS Variables */
:root {
--color-1: #f7b769;
--color-2: #f0a800;
--color-3: #e68a00;
--color-4: #c6803f;
--color-5: #a15a2b;
}

Saffron Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b769, #f0a800, #e68a00, #c6803f, #a15a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b769, #f0a800, #e68a00, #c6803f, #a15a2b);
}

Saffron Sunrise color palette created on .