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