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