Golden Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Harvest palette

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

Golden Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b975;
}
.color-2 {
color: #d1a74d;
}
.color-3 {
color: #c49d40;
}
.color-4 {
color: #b18c2f;
}
.color-5 {
color: #9f7e23;
}

/* CSS Variables */
:root {
--color-1: #e1b975;
--color-2: #d1a74d;
--color-3: #c49d40;
--color-4: #b18c2f;
--color-5: #9f7e23;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b975, #d1a74d, #c49d40, #b18c2f, #9f7e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b975, #d1a74d, #c49d40, #b18c2f, #9f7e23);
}

Golden Harvest color palette created on .