宇宙 Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 宇宙 palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 宇宙

Download 宇宙 color palette PNG image (landscape)
Download 宇宙 color palette PNG image (square)

tavolozza dei colori 宇宙 CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #4a3e8e;
}
.color-3 {
color: #6b6dbd;
}
.color-4 {
color: #a4a5df;
}
.color-5 {
color: #d6d6f0;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #4a3e8e;
--color-3: #6b6dbd;
--color-4: #a4a5df;
--color-5: #d6d6f0;
}

CSS con gradiente di sfondo 宇宙

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #4a3e8e, #6b6dbd, #a4a5df, #d6d6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #4a3e8e, #6b6dbd, #a4a5df, #d6d6f0);
}

宇宙 color palette created on .