Paleta de colores Sandwing

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sandwing palette

Compartir esta paleta en:

CSS de la paleta de colores Sandwing

/* CSS */
.color-1 {
color: #edd2c5;
}
.color-2 {
color: #e5bda9;
}
.color-3 {
color: #dca88e;
}
.color-4 {
color: #d49677;
}
.color-5 {
color: #cb7e57;
}

/* CSS Variables */
:root {
--color-1: #edd2c5;
--color-2: #e5bda9;
--color-3: #dca88e;
--color-4: #d49677;
--color-5: #cb7e57;
}

CSS del degradado de fondo Sandwing

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd2c5, #e5bda9, #dca88e, #d49677, #cb7e57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd2c5, #e5bda9, #dca88e, #d49677, #cb7e57);
}

Sandwing color palette created on .