Burnt Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Burnt Orange palette

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

Burnt Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #d89b46;
}
.color-3 {
color: #e1b95b;
}
.color-4 {
color: #efce6c;
}
.color-5 {
color: #f5d27a;
}

/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #d89b46;
--color-3: #e1b95b;
--color-4: #efce6c;
--color-5: #f5d27a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #d89b46, #e1b95b, #efce6c, #f5d27a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #d89b46, #e1b95b, #efce6c, #f5d27a);
}

Burnt Orange color palette created on .