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