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