Barley Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Barley Gold palette

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

Barley Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b74d;
}
.color-2 {
color: #c6a64e;
}
.color-3 {
color: #bfa94f;
}
.color-4 {
color: #a68a59;
}
.color-5 {
color: #6f4f3e;
}

/* CSS Variables */
:root {
--color-1: #d1b74d;
--color-2: #c6a64e;
--color-3: #bfa94f;
--color-4: #a68a59;
--color-5: #6f4f3e;
}

Barley Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b74d, #c6a64e, #bfa94f, #a68a59, #6f4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b74d, #c6a64e, #bfa94f, #a68a59, #6f4f3e);
}

Barley Gold color palette created on .