Golden Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Horizon palette

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

Golden Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #7c8a2e;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #005c99;
--color-3: #7c8a2e;
--color-4: #ff6d1f;
--color-5: #d63f2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #005c99, #7c8a2e, #ff6d1f, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #005c99, #7c8a2e, #ff6d1f, #d63f2e);
}

Golden Horizon color palette created on .