Stars and Stripes Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stars and Stripes Sunset palette
Stars and Stripes Sunset color palette CSS
/* CSS */
.color-1 {
color: #1c3f73;
}
.color-2 {
color: #3a6ea6;
}
.color-3 {
color: #68b6e3;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #da5f2b;
}
/* CSS Variables */
:root {
--color-1: #1c3f73;
--color-2: #3a6ea6;
--color-3: #68b6e3;
--color-4: #f5a524;
--color-5: #da5f2b;
}
Stars and Stripes Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f73, #3a6ea6, #68b6e3, #f5a524, #da5f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f73, #3a6ea6, #68b6e3, #f5a524, #da5f2b);
}
Similar color palettes
Stars and Stripes Sunset color palette created on .