Golden Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Harvest palette

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

Golden Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #e0a800;
}
.color-2 {
color: #f5b800;
}
.color-3 {
color: #f5c538;
}
.color-4 {
color: #e9cf5d;
}
.color-5 {
color: #b8a200;
}

/* CSS Variables */
:root {
--color-1: #e0a800;
--color-2: #f5b800;
--color-3: #f5c538;
--color-4: #e9cf5d;
--color-5: #b8a200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a800, #f5b800, #f5c538, #e9cf5d, #b8a200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a800, #f5b800, #f5c538, #e9cf5d, #b8a200);
}

Golden Harvest color palette created on .