Warm Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Orange palette

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

Warm Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c75938;
}
.color-2 {
color: #e6a579;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a4d76a;
}
.color-5 {
color: #3b5c2e;
}

/* CSS Variables */
:root {
--color-1: #c75938;
--color-2: #e6a579;
--color-3: #f1c84b;
--color-4: #a4d76a;
--color-5: #3b5c2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75938, #e6a579, #f1c84b, #a4d76a, #3b5c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75938, #e6a579, #f1c84b, #a4d76a, #3b5c2e);
}

Warm Orange color palette created on .