Golden Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Harvest palette

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

Golden Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #deb168;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e3b631;
}
.color-4 {
color: #c28b24;
}
.color-5 {
color: #a86f1a;
}

/* CSS Variables */
:root {
--color-1: #deb168;
--color-2: #f1c84b;
--color-3: #e3b631;
--color-4: #c28b24;
--color-5: #a86f1a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #deb168, #f1c84b, #e3b631, #c28b24, #a86f1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #deb168, #f1c84b, #e3b631, #c28b24, #a86f1a);
}

Golden Harvest color palette created on .