Paleta de colores Applejack

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Applejack palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Applejack

Download applejack color palette PNG image (landscape)
Download applejack color palette PNG image (square)

CSS de la paleta de colores Applejack

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #fff99e;
}
.color-5 {
color: #d9e8bb;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9d5c;
--color-3: #ffb86b;
--color-4: #fff99e;
--color-5: #d9e8bb;
}

CSS del degradado de fondo Applejack

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9d5c, #ffb86b, #fff99e, #d9e8bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9d5c, #ffb86b, #fff99e, #d9e8bb);
}

Applejack color palette created on .