Paleta de colores Orange Wine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Wine palette
Imagen PNG de la paleta de colores Orange Wine
CSS de la paleta de colores Orange Wine
/* CSS */
.color-1 {
color: #c05b21;
}
.color-2 {
color: #da7a4e;
}
.color-3 {
color: #e6a86b;
}
.color-4 {
color: #f4c299;
}
.color-5 {
color: #fbe1b1;
}
/* CSS Variables */
:root {
--color-1: #c05b21;
--color-2: #da7a4e;
--color-3: #e6a86b;
--color-4: #f4c299;
--color-5: #fbe1b1;
}
CSS del degradado de fondo Orange Wine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05b21, #da7a4e, #e6a86b, #f4c299, #fbe1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05b21, #da7a4e, #e6a86b, #f4c299, #fbe1b1);
}
Paletas de colores similares
Orange Wine color palette created on .