Galaxy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Galaxy palette
Galaxy カラー パレット PNG 画像
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 .