Loading...

Star and Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Star and Moon palette

Share this palette to:

Download Star and Moon Color Palette (PNG)

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

Star and Moon color palette CSS

/* CSS */
.color-1 {
color: #1b1f4b;
}
.color-2 {
color: #4b4e7c;
}
.color-3 {
color: #7b7e9d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f6d38e;
}

/* CSS Variables */
:root {
--color-1: #1b1f4b;
--color-2: #4b4e7c;
--color-3: #7b7e9d;
--color-4: #f0e78e;
--color-5: #f6d38e;
}

Star and Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f4b, #4b4e7c, #7b7e9d, #f0e78e, #f6d38e);
}

Star and Moon color palette created on .