Planet X Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Planet X palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Planet X

Download planet x color palette PNG image (landscape)
Download planet x color palette PNG image (square)

tavolozza dei colori Planet X CSS

/* CSS */
.color-1 {
color: #000324;
}
.color-2 {
color: #000b33;
}
.color-3 {
color: #00174d;
}
.color-4 {
color: #002e57;
}
.color-5 {
color: #004a61;
}

/* CSS Variables */
:root {
--color-1: #000324;
--color-2: #000b33;
--color-3: #00174d;
--color-4: #002e57;
--color-5: #004a61;
}

CSS con gradiente di sfondo Planet X

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000324, #000b33, #00174d, #002e57, #004a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000324, #000b33, #00174d, #002e57, #004a61);
}

Planet X color palette created on .