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