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