Warm Earthy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

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

Warm Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #d5ccae;
}
.color-2 {
color: #bfaf8d;
}
.color-3 {
color: #a38b6c;
}
.color-4 {
color: #5b806b;
}
.color-5 {
color: #e6b400;
}

/* CSS Variables */
:root {
--color-1: #d5ccae;
--color-2: #bfaf8d;
--color-3: #a38b6c;
--color-4: #5b806b;
--color-5: #e6b400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5ccae, #bfaf8d, #a38b6c, #5b806b, #e6b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5ccae, #bfaf8d, #a38b6c, #5b806b, #e6b400);
}

Warm Earthy Tones color palette created on .