Ginger Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ginger Sunrise palette
Ginger Sunrise color palette CSS
/* CSS */
.color-1 {
color: #d65e2e;
}
.color-2 {
color: #ff8d5c;
}
.color-3 {
color: #ffb175;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #fff5b3;
}
/* CSS Variables */
:root {
--color-1: #d65e2e;
--color-2: #ff8d5c;
--color-3: #ffb175;
--color-4: #ffcc80;
--color-5: #fff5b3;
}
Ginger Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65e2e, #ff8d5c, #ffb175, #ffcc80, #fff5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65e2e, #ff8d5c, #ffb175, #ffcc80, #fff5b3);
}
Similar color palettes
Ginger Sunrise color palette created on .