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: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff3d5a;
--color-4: #704d7a;
--color-5: #f0a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff3d5a, #704d7a, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff3d5a, #704d7a, #f0a400);
}

Sunset Orange color palette created on .