Orange Apple Pie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Apple Pie palette

Share this palette to:

Orange Apple Pie color palette CSS

/* CSS */
.color-1 {
color: #f8c8a0;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #f47f1f;
}
.color-5 {
color: #d54215;
}

/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #ffb84d;
--color-3: #ff8c00;
--color-4: #f47f1f;
--color-5: #d54215;
}

Orange Apple Pie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #ffb84d, #ff8c00, #f47f1f, #d54215);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #ffb84d, #ff8c00, #f47f1f, #d54215);
}

Orange Apple Pie color palette created on .