Galaxy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galaxy palette

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

Galaxy カラー パレット PNG 画像

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

Galaxy カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #3a3e6e;
}
.color-3 {
color: #6e6f91;
}
.color-4 {
color: #baaada;
}
.color-5 {
color: #f5e5ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #3a3e6e;
--color-3: #6e6f91;
--color-4: #baaada;
--color-5: #f5e5ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #3a3e6e, #6e6f91, #baaada, #f5e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #3a3e6e, #6e6f91, #baaada, #f5e5ff);
}

Galaxy color palette created on .