Patriotic Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Patriotic Sunrise palette
Patriotic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #4d8bff;
}
.color-4 {
color: #1e3a76;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffffff;
--color-3: #4d8bff;
--color-4: #1e3a76;
--color-5: #ff6d1f;
}
Patriotic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffffff, #4d8bff, #1e3a76, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffffff, #4d8bff, #1e3a76, #ff6d1f);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Patriotic Sunrise color palette created on .