Starlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starlight palette

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

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

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

Starlight カラーパレット CSS

/* CSS */
.color-1 {
color: #1b202d;
}
.color-2 {
color: #4e5b7e;
}
.color-3 {
color: #7f9cbd;
}
.color-4 {
color: #b1d5e7;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1b202d;
--color-2: #4e5b7e;
--color-3: #7f9cbd;
--color-4: #b1d5e7;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202d, #4e5b7e, #7f9cbd, #b1d5e7, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202d, #4e5b7e, #7f9cbd, #b1d5e7, #f1f5f8);
}

Starlight color palette created on .