Stars and Moon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stars and Moon palette

Share this palette to:

Stars and Moon color palette PNG image

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

Stars and Moon color palette CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #7198e0;
}
.color-4 {
color: #a5c8f8;
}
.color-5 {
color: #f5e59e;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #4b6caf;
--color-3: #7198e0;
--color-4: #a5c8f8;
--color-5: #f5e59e;
}

Stars and Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #4b6caf, #7198e0, #a5c8f8, #f5e59e);
}

Stars and Moon color palette created on .