Burnt Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Burnt Orange Sunset palette

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

Burnt Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #cc5500;
}
.color-2 {
color: #d87a3b;
}
.color-3 {
color: #ebaf6b;
}
.color-4 {
color: #f5da8e;
}
.color-5 {
color: #fad79e;
}

/* CSS Variables */
:root {
--color-1: #cc5500;
--color-2: #d87a3b;
--color-3: #ebaf6b;
--color-4: #f5da8e;
--color-5: #fad79e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc5500, #d87a3b, #ebaf6b, #f5da8e, #fad79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc5500, #d87a3b, #ebaf6b, #f5da8e, #fad79e);
}

Burnt Orange Sunset color palette created on .