Loading...

Paleta de colores Applejack

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Applejack palette

Compartir esta paleta en:

Descargar la paleta de colores Applejack (PNG)

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: #ff5e00;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ffdd00;
}

/* CSS Variables */
:root {
--color-1: #ff5e00;
--color-2: #ff8c00;
--color-3: #ffb300;
--color-4: #ffcc00;
--color-5: #ffdd00;
}

CSS del degradado de fondo Applejack

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5e00, #ff8c00, #ffb300, #ffcc00, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5e00, #ff8c00, #ffb300, #ffcc00, #ffdd00);
}

Applejack color palette created on .