Earthy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Tones palette

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

Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #b48e1d;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #4b8db4;
}
.color-4 {
color: #d15b29;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #b48e1d;
--color-2: #f7c94b;
--color-3: #4b8db4;
--color-4: #d15b29;
--color-5: #4e3b31;
}

Earthy Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b48e1d, #f7c94b, #4b8db4, #d15b29, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b48e1d, #f7c94b, #4b8db4, #d15b29, #4e3b31);
}

Earthy Tones color palette created on .