Sunset Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Harmony palette
Sunset Harmony color palette CSS
/* CSS */
.color-1 {
color: #f3d139;
}
.color-2 {
color: #f6a637;
}
.color-3 {
color: #e78b23;
}
.color-4 {
color: #d16c3d;
}
.color-5 {
color: #b54b40;
}
/* CSS Variables */
:root {
--color-1: #f3d139;
--color-2: #f6a637;
--color-3: #e78b23;
--color-4: #d16c3d;
--color-5: #b54b40;
}
Sunset Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d139, #f6a637, #e78b23, #d16c3d, #b54b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d139, #f6a637, #e78b23, #d16c3d, #b54b40);
}
Similar color palettes
Sunset Harmony color palette created on .