Paleta de colores Shades of Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Orange palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Shades of Orange (PNG)
CSS de la paleta de colores Shades of Orange
/* CSS */
.color-1 {
color: #d88c41;
}
.color-2 {
color: #8e5b3e;
}
.color-3 {
color: #e3c7a1;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #6c4f3d;
}
/* CSS Variables */
:root {
--color-1: #d88c41;
--color-2: #8e5b3e;
--color-3: #e3c7a1;
--color-4: #f5a524;
--color-5: #6c4f3d;
}
CSS del degradado de fondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88c41, #8e5b3e, #e3c7a1, #f5a524, #6c4f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88c41, #8e5b3e, #e3c7a1, #f5a524, #6c4f3d);
}
Paletas de colores similares
Shades of Orange color palette created on .