Orange Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunset palette

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

Orange Sunset カラーパレット (PNG) をダウンロード

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

Orange Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff956b;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ff6d2e;
}
.color-4 {
color: #ff4d00;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff956b;
--color-2: #ff8052;
--color-3: #ff6d2e;
--color-4: #ff4d00;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff956b, #ff8052, #ff6d2e, #ff4d00, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff956b, #ff8052, #ff6d2e, #ff4d00, #ffcc00);
}

Orange Sunset color palette created on .