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