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