Star Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Star palette

Share this palette to:

Download Star Color Palette (PNG)

Download star color palette PNG image (landscape)
Download star color palette PNG image (square)

Star color palette CSS

/* CSS */
.color-1 {
color: #3b2d8b;
}
.color-2 {
color: #7f5fc4;
}
.color-3 {
color: #b19fdf;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3b2d8b;
--color-2: #7f5fc4;
--color-3: #b19fdf;
--color-4: #f2d6a1;
--color-5: #ff6e61;
}

Star background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d8b, #7f5fc4, #b19fdf, #f2d6a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d8b, #7f5fc4, #b19fdf, #f2d6a1, #ff6e61);
}

Similar color palettes

Star color palette created on .