Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Space palette

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

Space カラーパレット (PNG) をダウンロード

Download space color palette PNG image (landscape)
Download space color palette PNG image (square)

Space カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f3c;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #6b7bbd;
}
.color-4 {
color: #a4afdf;
}
.color-5 {
color: #f0f3ff;
}

/* CSS Variables */
:root {
--color-1: #1b1f3c;
--color-2: #3b4b8c;
--color-3: #6b7bbd;
--color-4: #a4afdf;
--color-5: #f0f3ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3c, #3b4b8c, #6b7bbd, #a4afdf, #f0f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3c, #3b4b8c, #6b7bbd, #a4afdf, #f0f3ff);
}

Space color palette created on .