Paleta de colores Regal Tapestry of Valor
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Regal Tapestry of Valor palette
CSS de la paleta de colores Regal Tapestry of Valor
/* 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;
}
CSS del degradado de fondo Regal Tapestry of Valor
/* 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);
}
Paletas de colores similares
Regal Tapestry of Valor color palette created on .