Golden Time カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Time palette

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

Golden Time カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #a3d3e0;
}
.color-4 {
color: #5a7f8c;
}
.color-5 {
color: #382a1e;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e9b79f;
--color-3: #a3d3e0;
--color-4: #5a7f8c;
--color-5: #382a1e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e9b79f, #a3d3e0, #5a7f8c, #382a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e9b79f, #a3d3e0, #5a7f8c, #382a1e);
}

Golden Time color palette created on .