Burnt Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Burnt Orange palette

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

Burnt Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c54d26;
}
.color-2 {
color: #d57a30;
}
.color-3 {
color: #e5a638;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f8e8a0;
}

/* CSS Variables */
:root {
--color-1: #c54d26;
--color-2: #d57a30;
--color-3: #e5a638;
--color-4: #f1c84b;
--color-5: #f8e8a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c54d26, #d57a30, #e5a638, #f1c84b, #f8e8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c54d26, #d57a30, #e5a638, #f1c84b, #f8e8a0);
}

Burnt Orange color palette created on .