Applejack Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Applejack Sunset palette
Applejack Sunset color palette PNG image
Applejack Sunset color palette CSS
/* CSS */
.color-1 {
color: #f2b54a;
}
.color-2 {
color: #e39e59;
}
.color-3 {
color: #cc7c66;
}
.color-4 {
color: #a95b66;
}
.color-5 {
color: #874a77;
}
/* CSS Variables */
:root {
--color-1: #f2b54a;
--color-2: #e39e59;
--color-3: #cc7c66;
--color-4: #a95b66;
--color-5: #874a77;
}
Applejack Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b54a, #e39e59, #cc7c66, #a95b66, #874a77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b54a, #e39e59, #cc7c66, #a95b66, #874a77);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Applejack Sunset color palette created on .