Golden Applesauce Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Applesauce palette
Golden Applesauce color palette CSS
/* CSS */
.color-1 {
color: #d3a269;
}
.color-2 {
color: #e6b34c;
}
.color-3 {
color: #f1c24b;
}
.color-4 {
color: #f1a44b;
}
.color-5 {
color: #c5702b;
}
/* CSS Variables */
:root {
--color-1: #d3a269;
--color-2: #e6b34c;
--color-3: #f1c24b;
--color-4: #f1a44b;
--color-5: #c5702b;
}
Golden Applesauce background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a269, #e6b34c, #f1c24b, #f1a44b, #c5702b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a269, #e6b34c, #f1c24b, #f1a44b, #c5702b);
}
Similar color palettes
Golden Applesauce color palette created on .