Paleta de colores Shades of Orange Green
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Orange Green palette
CSS de la paleta de colores Shades of Orange Green
/* CSS */
.color-1 {
color: #d38d50;
}
.color-2 {
color: #e5b27b;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #b9d2a2;
}
.color-5 {
color: #6f8b7e;
}
/* CSS Variables */
:root {
--color-1: #d38d50;
--color-2: #e5b27b;
--color-3: #f9e5a4;
--color-4: #b9d2a2;
--color-5: #6f8b7e;
}
CSS del degradado de fondo Shades of Orange Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d38d50, #e5b27b, #f9e5a4, #b9d2a2, #6f8b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d38d50, #e5b27b, #f9e5a4, #b9d2a2, #6f8b7e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Otoño
Shades of Orange Green color palette created on .