Golden Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Harvest palette

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

Golden Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #e3b44f;
}
.color-3 {
color: #d69a29;
}
.color-4 {
color: #b57a21;
}
.color-5 {
color: #8e601f;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e3b44f;
--color-3: #d69a29;
--color-4: #b57a21;
--color-5: #8e601f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e3b44f, #d69a29, #b57a21, #8e601f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e3b44f, #d69a29, #b57a21, #8e601f);
}

Golden Harvest color palette created on .