Paleta de colores Sunset on the Vine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset on the Vine palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset on the Vine

/* CSS */
.color-1 {
color: #c67b39;
}
.color-2 {
color: #d39f5a;
}
.color-3 {
color: #e8c38c;
}
.color-4 {
color: #f4e1b3;
}
.color-5 {
color: #f1b3a2;
}

/* CSS Variables */
:root {
--color-1: #c67b39;
--color-2: #d39f5a;
--color-3: #e8c38c;
--color-4: #f4e1b3;
--color-5: #f1b3a2;
}

CSS del degradado de fondo Sunset on the Vine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c67b39, #d39f5a, #e8c38c, #f4e1b3, #f1b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c67b39, #d39f5a, #e8c38c, #f4e1b3, #f1b3a2);
}

Sunset on the Vine color palette created on .