The Vacuum of Space Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with The Vacuum of Space palette

Condividi questa palette a:

tavolozza dei colori The Vacuum of Space CSS

/* CSS */
.color-1 {
color: #1e2024;
}
.color-2 {
color: #3a3c45;
}
.color-3 {
color: #6c6e7a;
}
.color-4 {
color: #9a9db1;
}
.color-5 {
color: #f1f3f9;
}

/* CSS Variables */
:root {
--color-1: #1e2024;
--color-2: #3a3c45;
--color-3: #6c6e7a;
--color-4: #9a9db1;
--color-5: #f1f3f9;
}

CSS con gradiente di sfondo The Vacuum of Space

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2024, #3a3c45, #6c6e7a, #9a9db1, #f1f3f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2024, #3a3c45, #6c6e7a, #9a9db1, #f1f3f9);
}

Tavolozze di colori simili

The Vacuum of Space color palette created on .