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