宇宙 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 宇宙 palette
宇宙 color palette PNG image
宇宙 color palette CSS
/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #4a3e8e;
}
.color-3 {
color: #6b6dbd;
}
.color-4 {
color: #a4a5df;
}
.color-5 {
color: #d6d6f0;
}
/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #4a3e8e;
--color-3: #6b6dbd;
--color-4: #a4a5df;
--color-5: #d6d6f0;
}
宇宙 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #4a3e8e, #6b6dbd, #a4a5df, #d6d6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #4a3e8e, #6b6dbd, #a4a5df, #d6d6f0);
}
Similar color palettes
Scroll down to explore 1000+ colors.cosmic color palettes
宇宙 color palette created on .