Warm Earthy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

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

Warm Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #8b4132;
}
.color-2 {
color: #d66a4c;
}
.color-3 {
color: #f1a65b;
}
.color-4 {
color: #f1d66a;
}
.color-5 {
color: #a8d66b;
}

/* CSS Variables */
:root {
--color-1: #8b4132;
--color-2: #d66a4c;
--color-3: #f1a65b;
--color-4: #f1d66a;
--color-5: #a8d66b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4132, #d66a4c, #f1a65b, #f1d66a, #a8d66b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4132, #d66a4c, #f1a65b, #f1d66a, #a8d66b);
}

Warm Earthy Tones color palette created on .