Golden Sunrise Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Sunrise Harmony palette
Golden Sunrise Harmony color palette CSS
/* CSS */
.color-1 {
color: #dcdad5;
}
.color-2 {
color: #ffb62e;
}
.color-3 {
color: #ffb62e;
}
.color-4 {
color: #feb42a;
}
.color-5 {
color: #fdb321;
}
/* CSS Variables */
:root {
--color-1: #dcdad5;
--color-2: #ffb62e;
--color-3: #ffb62e;
--color-4: #feb42a;
--color-5: #fdb321;
}
Golden Sunrise Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcdad5, #ffb62e, #ffb62e, #feb42a, #fdb321);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcdad5, #ffb62e, #ffb62e, #feb42a, #fdb321);
}
Similar color palettes
Scroll down to explore 2 Light gray color palettes
Golden Sunrise Harmony color palette created on .