Earthy Retro Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Retro Orange palette

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

Earthy Retro Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #e57b1f;
}
.color-2 {
color: #f1a15f;
}
.color-3 {
color: #f6d59d;
}
.color-4 {
color: #6c8b5b;
}
.color-5 {
color: #4f5e78;
}

/* CSS Variables */
:root {
--color-1: #e57b1f;
--color-2: #f1a15f;
--color-3: #f6d59d;
--color-4: #6c8b5b;
--color-5: #4f5e78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57b1f, #f1a15f, #f6d59d, #6c8b5b, #4f5e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57b1f, #f1a15f, #f6d59d, #6c8b5b, #4f5e78);
}

Earthy Retro Orange color palette created on .