Star and Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Star and Moon palette

Condividi questa palette a:

Scarica la tavolozza dei colori Star and Moon (PNG)

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

tavolozza dei colori Star and Moon 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;
}

CSS con gradiente di sfondo Star and Moon

/* 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 .