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