Regal Tapestry of Valor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Tapestry of Valor palette

Share this palette to:

Regal Tapestry of Valor color palette CSS

/* CSS */
.color-1 {
color: #d4a66e;
}
.color-2 {
color: #a85f3e;
}
.color-3 {
color: #6a7c9a;
}
.color-4 {
color: #b5d9a1;
}
.color-5 {
color: #f2b2b1;
}

/* CSS Variables */
:root {
--color-1: #d4a66e;
--color-2: #a85f3e;
--color-3: #6a7c9a;
--color-4: #b5d9a1;
--color-5: #f2b2b1;
}

Regal Tapestry of Valor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a66e, #a85f3e, #6a7c9a, #b5d9a1, #f2b2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a66e, #a85f3e, #6a7c9a, #b5d9a1, #f2b2b1);
}

Regal Tapestry of Valor color palette created on .