Golden Tapestry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Tapestry palette

Share this palette to:

Golden Tapestry color palette CSS

/* CSS */
.color-1 {
color: #d6a800;
}
.color-2 {
color: #f5c800;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #d6a800;
--color-2: #f5c800;
--color-3: #ffdd33;
--color-4: #ffcc00;
--color-5: #ffb300;
}

Golden Tapestry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a800, #f5c800, #ffdd33, #ffcc00, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a800, #f5c800, #ffdd33, #ffcc00, #ffb300);
}

Golden Tapestry color palette created on .