Maple Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Maple Sunrise palette
Maple Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f6d4b1;
}
.color-2 {
color: #f1b25b;
}
.color-3 {
color: #e09f3e;
}
.color-4 {
color: #ca7d2b;
}
.color-5 {
color: #a45d2d;
}
/* CSS Variables */
:root {
--color-1: #f6d4b1;
--color-2: #f1b25b;
--color-3: #e09f3e;
--color-4: #ca7d2b;
--color-5: #a45d2d;
}
Maple Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d4b1, #f1b25b, #e09f3e, #ca7d2b, #a45d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d4b1, #f1b25b, #e09f3e, #ca7d2b, #a45d2d);
}
Similar color palettes
Scroll down to explore 100+ Beige color palettes
Maple Sunrise color palette created on .