Warm Earthy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

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

Warm Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e6c7;
}
.color-2 {
color: #e1af7a;
}
.color-3 {
color: #d58a3f;
}
.color-4 {
color: #c76d23;
}
.color-5 {
color: #9f512d;
}

/* CSS Variables */
:root {
--color-1: #f5e6c7;
--color-2: #e1af7a;
--color-3: #d58a3f;
--color-4: #c76d23;
--color-5: #9f512d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c7, #e1af7a, #d58a3f, #c76d23, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c7, #e1af7a, #d58a3f, #c76d23, #9f512d);
}

Warm Earthy Tones color palette created on .