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