Starman Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starman palette
Color Inspiration
Images that showcase this color palette in real designs
Download Starman Color Palette (PNG)
Starman color palette CSS
/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #5a5a8c;
}
.color-3 {
color: #9c7bbc;
}
.color-4 {
color: #d45e7d;
}
.color-5 {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #5a5a8c;
--color-3: #9c7bbc;
--color-4: #d45e7d;
--color-5: #f7b1a1;
}
Starman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #5a5a8c, #9c7bbc, #d45e7d, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #5a5a8c, #9c7bbc, #d45e7d, #f7b1a1);
}
Similar color palettes
Starman color palette created on .