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: #f6b83c;
}
.color-2 {
color: #f6d4a2;
}
.color-3 {
color: #a3d3e0;
}
.color-4 {
color: #6cb4d0;
}
.color-5 {
color: #f14b4e;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6d4a2;
--color-3: #a3d3e0;
--color-4: #6cb4d0;
--color-5: #f14b4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6d4a2, #a3d3e0, #6cb4d0, #f14b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6d4a2, #a3d3e0, #6cb4d0, #f14b4e);
}

Sunset Orange color palette created on .