Sunset Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Orange palette

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

Sunset Orange カラー パレット PNG 画像

Download sunset orange color palette PNG image (landscape)
Download sunset orange color palette PNG image (square)

Sunset Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ad5110;
}
.color-2 {
color: #b8611e;
}
.color-3 {
color: #c29024;
}
.color-4 {
color: #c2af24;
}
.color-5 {
color: #d7b965;
}

/* CSS Variables */
:root {
--color-1: #ad5110;
--color-2: #b8611e;
--color-3: #c29024;
--color-4: #c2af24;
--color-5: #d7b965;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad5110, #b8611e, #c29024, #c2af24, #d7b965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad5110, #b8611e, #c29024, #c2af24, #d7b965);
}

Sunset Orange color palette created on .