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