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