Applejack Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Applejack palette

Share this palette to:

Applejack color palette PNG image

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

Applejack color palette CSS

/* 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;
}

Applejack background gradient CSS

/* 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 .