The Vacuum of Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Vacuum of Space palette

このパレットを共有する先:

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;
}

The Vacuum of Space の背景のグラデーション CSS

/* 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);
}

似たようなカラーパレット

The Vacuum of Space color palette created on .