Paleta de colores Warm Vince
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Vince palette
CSS de la paleta de colores Warm Vince
/* CSS */
.color-1 {
color: #f8c81b;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #2a9d90;
}
.color-5 {
color: #274754;
}
/* CSS Variables */
:root {
--color-1: #f8c81b;
--color-2: #ff7e3d;
--color-3: #ff4d4f;
--color-4: #2a9d90;
--color-5: #274754;
}
CSS del degradado de fondo Warm Vince
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c81b, #ff7e3d, #ff4d4f, #2a9d90, #274754);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c81b, #ff7e3d, #ff4d4f, #2a9d90, #274754);
}
Paletas de colores similares
Warm Vince color palette created on .