Golden Corn Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Corn Harvest palette

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

Golden Corn Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #89690b;
}
.color-2 {
color: #d1a30a;
}
.color-3 {
color: #f5d06b;
}
.color-4 {
color: #e8b64a;
}
.color-5 {
color: #9f512d;
}

/* CSS Variables */
:root {
--color-1: #89690b;
--color-2: #d1a30a;
--color-3: #f5d06b;
--color-4: #e8b64a;
--color-5: #9f512d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89690b, #d1a30a, #f5d06b, #e8b64a, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89690b, #d1a30a, #f5d06b, #e8b64a, #9f512d);
}

Golden Corn Harvest color palette created on .