Golden Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Harvest palette

このパレットを共有する先:

Golden Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #e5ba5d;
}
.color-3 {
color: #d5a34d;
}
.color-4 {
color: #c69b3f;
}
.color-5 {
color: #9e862e;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e5ba5d;
--color-3: #d5a34d;
--color-4: #c69b3f;
--color-5: #9e862e;
}

Golden Harvest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e5ba5d, #d5a34d, #c69b3f, #9e862e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e5ba5d, #d5a34d, #c69b3f, #9e862e);
}

Golden Harvest color palette created on .