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