Rustic Gun カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rustic Gun palette
Rustic Gun カラー パレット PNG 画像
Rustic Gun カラーパレット CSS
/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #7a4d4d;
}
.color-3 {
color: #a87171;
}
.color-4 {
color: #d7a7a7;
}
.color-5 {
color: #f1c6c6;
}
/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #7a4d4d;
--color-3: #a87171;
--color-4: #d7a7a7;
--color-5: #f1c6c6;
}
Rustic Gun の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #7a4d4d, #a87171, #d7a7a7, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #7a4d4d, #a87171, #d7a7a7, #f1c6c6);
}
似たようなカラーパレット
Rustic Gun color palette created on .