Golden Yuma Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Yuma palette

Share this palette to:

Golden Yuma color palette CSS

/* CSS */
.color-1 {
color: #d9a24a;
}
.color-2 {
color: #efae4d;
}
.color-3 {
color: #f5c76b;
}
.color-4 {
color: #f8dfa0;
}
.color-5 {
color: #f7c6b1;
}

/* CSS Variables */
:root {
--color-1: #d9a24a;
--color-2: #efae4d;
--color-3: #f5c76b;
--color-4: #f8dfa0;
--color-5: #f7c6b1;
}

Golden Yuma background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a24a, #efae4d, #f5c76b, #f8dfa0, #f7c6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a24a, #efae4d, #f5c76b, #f8dfa0, #f7c6b1);
}

Golden Yuma color palette created on .