Starry the Space Feline Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starry the Space Feline palette

Share this palette to:

Starry the Space Feline color palette CSS

/* CSS */
.color-1 {
color: #1d1e3a;
}
.color-2 {
color: #3b3c6d;
}
.color-3 {
color: #595a9b;
}
.color-4 {
color: #8a8cff;
}
.color-5 {
color: #e5ebff;
}

/* CSS Variables */
:root {
--color-1: #1d1e3a;
--color-2: #3b3c6d;
--color-3: #595a9b;
--color-4: #8a8cff;
--color-5: #e5ebff;
}

Starry the Space Feline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e3a, #3b3c6d, #595a9b, #8a8cff, #e5ebff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e3a, #3b3c6d, #595a9b, #8a8cff, #e5ebff);
}

Similar color palettes

Starry the Space Feline color palette created on .