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