Paleta de colores Brown Apple Pie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Brown Apple Pie palette
CSS de la paleta de colores Brown Apple Pie
/* CSS */
.color-1 {
color: #c87d3c;
}
.color-2 {
color: #e2a84b;
}
.color-3 {
color: #f1d89d;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #c77b3d;
}
/* CSS Variables */
:root {
--color-1: #c87d3c;
--color-2: #e2a84b;
--color-3: #f1d89d;
--color-4: #a85f2e;
--color-5: #c77b3d;
}
CSS del degradado de fondo Brown Apple Pie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87d3c, #e2a84b, #f1d89d, #a85f2e, #c77b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87d3c, #e2a84b, #f1d89d, #a85f2e, #c77b3d);
}
Paletas de colores similares
Brown Apple Pie color palette created on .