Earthy Tea カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Tea palette

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

Earthy Tea カラーパレット CSS

/* CSS */
.color-1 {
color: #5a3a26;
}
.color-2 {
color: #c28b5b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f7f8e8;
}
.color-5 {
color: #4d7c99;
}

/* CSS Variables */
:root {
--color-1: #5a3a26;
--color-2: #c28b5b;
--color-3: #f1c84b;
--color-4: #f7f8e8;
--color-5: #4d7c99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3a26, #c28b5b, #f1c84b, #f7f8e8, #4d7c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3a26, #c28b5b, #f1c84b, #f7f8e8, #4d7c99);
}

Earthy Tea color palette created on .