Golden Horizons カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Horizons palette

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

Golden Horizons カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c32f;
}
.color-2 {
color: #e6a800;
}
.color-3 {
color: #d68f00;
}
.color-4 {
color: #a87000;
}
.color-5 {
color: #7a4b00;
}

/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #e6a800;
--color-3: #d68f00;
--color-4: #a87000;
--color-5: #7a4b00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #e6a800, #d68f00, #a87000, #7a4b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #e6a800, #d68f00, #a87000, #7a4b00);
}

Golden Horizons color palette created on .