Galactic Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Galactic Dream palette
Galactic Dream カラー パレット PNG 画像
Galactic Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #28196b;
}
.color-2 {
color: #43298e;
}
.color-3 {
color: #7458b6;
}
.color-4 {
color: #a680d1;
}
.color-5 {
color: #d9b4e9;
}
/* CSS Variables */
:root {
--color-1: #28196b;
--color-2: #43298e;
--color-3: #7458b6;
--color-4: #a680d1;
--color-5: #d9b4e9;
}
Galactic Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28196b, #43298e, #7458b6, #a680d1, #d9b4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28196b, #43298e, #7458b6, #a680d1, #d9b4e9);
}
似たようなカラーパレット
Galactic Dream color palette created on .