Golden Hive カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Hive palette

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

Golden Hive カラー パレット PNG 画像

Download golden hive color palette PNG image (landscape)
Download golden hive color palette PNG image (square)

Golden Hive カラーパレット CSS

/* CSS */
.color-1 {
color: #a84c1a;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #e1e4b4;
}
.color-5 {
color: #b8c9a6;
}

/* CSS Variables */
:root {
--color-1: #a84c1a;
--color-2: #e6a400;
--color-3: #f4d35d;
--color-4: #e1e4b4;
--color-5: #b8c9a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84c1a, #e6a400, #f4d35d, #e1e4b4, #b8c9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84c1a, #e6a400, #f4d35d, #e1e4b4, #b8c9a6);
}

Golden Hive color palette created on .