Loading...
Sword カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sword palette
Sword カラーパレット (PNG) をダウンロード
Sword カラーパレット CSS
/* CSS */
.color-1 {
color: #263b34;
}
.color-2 {
color: #656a5c;
}
.color-3 {
color: #a2998b;
}
.color-4 {
color: #bbc9c0;
}
.color-5 {
color: #e0e5e3;
}
/* CSS Variables */
:root {
--color-1: #263b34;
--color-2: #656a5c;
--color-3: #a2998b;
--color-4: #bbc9c0;
--color-5: #e0e5e3;
}
Sword の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #263b34, #656a5c, #a2998b, #bbc9c0, #e0e5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #263b34, #656a5c, #a2998b, #bbc9c0, #e0e5e3);
}
似たようなカラーパレット
Sword color palette created on .