Golden Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Horizon palette

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

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

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

Golden Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #c99f2c;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #2b567d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #c99f2c;
--color-3: #ffffff;
--color-4: #2b567d;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #c99f2c, #ffffff, #2b567d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #c99f2c, #ffffff, #2b567d, #000000);
}

Golden Horizon color palette created on .