Earthy Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Orange palette

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

Earthy Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #e57b1f;
}
.color-2 {
color: #c76a1f;
}
.color-3 {
color: #a8552e;
}
.color-4 {
color: #6b4e38;
}
.color-5 {
color: #3d292a;
}

/* CSS Variables */
:root {
--color-1: #e57b1f;
--color-2: #c76a1f;
--color-3: #a8552e;
--color-4: #6b4e38;
--color-5: #3d292a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57b1f, #c76a1f, #a8552e, #6b4e38, #3d292a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57b1f, #c76a1f, #a8552e, #6b4e38, #3d292a);
}

Earthy Orange color palette created on .