Blue Sega Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sega palette
Blue Sega color palette CSS
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #3f4c73;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f24e1c;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3f4c73;
--color-3: #a6c6ed;
--color-4: #f0a800;
--color-5: #f24e1c;
}
Blue Sega background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3f4c73, #a6c6ed, #f0a800, #f24e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3f4c73, #a6c6ed, #f0a800, #f24e1c);
}
Similar color palettes
Scroll down to explore 600+ Blue color palettes
Blue Sega color palette created on .