Saffron Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Saffron Serenade palette

Share this palette to:

Saffron Serenade color palette CSS

/* CSS */
.color-1 {
color: #c75b29;
}
.color-2 {
color: #e2aa55;
}
.color-3 {
color: #f6d59d;
}
.color-4 {
color: #a3bda8;
}
.color-5 {
color: #7d8c7f;
}

/* CSS Variables */
:root {
--color-1: #c75b29;
--color-2: #e2aa55;
--color-3: #f6d59d;
--color-4: #a3bda8;
--color-5: #7d8c7f;
}

Saffron Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75b29, #e2aa55, #f6d59d, #a3bda8, #7d8c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75b29, #e2aa55, #f6d59d, #a3bda8, #7d8c7f);
}

Saffron Serenade color palette created on .