Brewed Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brewed Earthtones palette

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

Brewed Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #b5844f;
}
.color-3 {
color: #a26d34;
}
.color-4 {
color: #6e5035;
}
.color-5 {
color: #4b3e2a;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #b5844f;
--color-3: #a26d34;
--color-4: #6e5035;
--color-5: #4b3e2a;
}

Brewed Earthtones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #b5844f, #a26d34, #6e5035, #4b3e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #b5844f, #a26d34, #6e5035, #4b3e2a);
}

Brewed Earthtones color palette created on .