Paleta de colores Orange Apple Pie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Apple Pie palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Apple Pie

/* CSS */
.color-1 {
color: #d28914;
}
.color-2 {
color: #e6b360;
}
.color-3 {
color: #f6cda7;
}
.color-4 {
color: #e8a67d;
}
.color-5 {
color: #a35c29;
}

/* CSS Variables */
:root {
--color-1: #d28914;
--color-2: #e6b360;
--color-3: #f6cda7;
--color-4: #e8a67d;
--color-5: #a35c29;
}

CSS del degradado de fondo Orange Apple Pie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d28914, #e6b360, #f6cda7, #e8a67d, #a35c29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d28914, #e6b360, #f6cda7, #e8a67d, #a35c29);
}

Orange Apple Pie color palette created on .