Orange Applejack Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Applejack palette
Color Inspiration
Images that showcase this color palette in real designs
Download Orange Applejack Color Palette (PNG)
Orange Applejack color palette CSS
/* CSS */
.color-1 {
color: #d54f2a;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #fbcf4b;
}
.color-4 {
color: #8bc63f;
}
.color-5 {
color: #007a3d;
}
/* CSS Variables */
:root {
--color-1: #d54f2a;
--color-2: #f0a800;
--color-3: #fbcf4b;
--color-4: #8bc63f;
--color-5: #007a3d;
}
Orange Applejack background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d54f2a, #f0a800, #fbcf4b, #8bc63f, #007a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d54f2a, #f0a800, #fbcf4b, #8bc63f, #007a3d);
}
Similar color palettes
Orange Applejack color palette created on .