Paleta de colores Sands of Valor

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sands of Valor palette

Compartir esta paleta en:

CSS de la paleta de colores Sands of Valor

/* CSS */
.color-1 {
color: #d1a05c;
}
.color-2 {
color: #c88c4c;
}
.color-3 {
color: #bf7f3b;
}
.color-4 {
color: #a96b2d;
}
.color-5 {
color: #8d5d2a;
}

/* CSS Variables */
:root {
--color-1: #d1a05c;
--color-2: #c88c4c;
--color-3: #bf7f3b;
--color-4: #a96b2d;
--color-5: #8d5d2a;
}

CSS del degradado de fondo Sands of Valor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a05c, #c88c4c, #bf7f3b, #a96b2d, #8d5d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a05c, #c88c4c, #bf7f3b, #a96b2d, #8d5d2a);
}

Paletas de colores similares

Sands of Valor color palette created on .