Golden Maple Morning Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Maple Morning palette
Golden Maple Morning color palette CSS
/* CSS */
.color-1 {
color: #f5c070;
}
.color-2 {
color: #f7a950;
}
.color-3 {
color: #e69a37;
}
.color-4 {
color: #d68029;
}
.color-5 {
color: #b85a23;
}
/* CSS Variables */
:root {
--color-1: #f5c070;
--color-2: #f7a950;
--color-3: #e69a37;
--color-4: #d68029;
--color-5: #b85a23;
}
Golden Maple Morning background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c070, #f7a950, #e69a37, #d68029, #b85a23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c070, #f7a950, #e69a37, #d68029, #b85a23);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Golden Maple Morning color palette created on .