Sunset Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Horizon palette
Sunset Horizon color palette CSS
/* CSS */
.color-1 {
color: #005cb8;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #d5bc81;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e64919;
}
/* CSS Variables */
:root {
--color-1: #005cb8;
--color-2: #ffd900;
--color-3: #d5bc81;
--color-4: #f0a800;
--color-5: #e64919;
}
Sunset Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005cb8, #ffd900, #d5bc81, #f0a800, #e64919);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005cb8, #ffd900, #d5bc81, #f0a800, #e64919);
}
Similar color palettes
Sunset Horizon color palette created on .