Golden Winchester カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Winchester palette

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

Golden Winchester カラーパレット CSS

/* CSS */
.color-1 {
color: #7a6a4d;
}
.color-2 {
color: #b8a147;
}
.color-3 {
color: #e2b04b;
}
.color-4 {
color: #efd24d;
}
.color-5 {
color: #f6c36a;
}

/* CSS Variables */
:root {
--color-1: #7a6a4d;
--color-2: #b8a147;
--color-3: #e2b04b;
--color-4: #efd24d;
--color-5: #f6c36a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a6a4d, #b8a147, #e2b04b, #efd24d, #f6c36a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a6a4d, #b8a147, #e2b04b, #efd24d, #f6c36a);
}

Golden Winchester color palette created on .