Loading...

Applejack Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Applejack palette

Condividi questa palette a:

Scarica la tavolozza dei colori Applejack (PNG)

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

tavolozza dei colori Applejack CSS

/* 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 con gradiente di sfondo 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 .