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