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