Blue Universe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Universe palette
Blue Universe color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #5d6cc0;
}
.color-3 {
color: #4051b5;
}
.color-4 {
color: #2094f3;
}
.color-5 {
color: #00bfff;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #5d6cc0;
--color-3: #4051b5;
--color-4: #2094f3;
--color-5: #00bfff;
}
Blue Universe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #5d6cc0, #4051b5, #2094f3, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #5d6cc0, #4051b5, #2094f3, #00bfff);
}
Similar color palettes
Blue Universe color palette created on .