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