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