Sunset Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Glow palette

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

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

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

Sunset Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #001414;
}
.color-2 {
color: #b35000;
}
.color-3 {
color: #c88d28;
}
.color-4 {
color: #c75000;
}
.color-5 {
color: #dc8b28;
}

/* CSS Variables */
:root {
--color-1: #001414;
--color-2: #b35000;
--color-3: #c88d28;
--color-4: #c75000;
--color-5: #dc8b28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001414, #b35000, #c88d28, #c75000, #dc8b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001414, #b35000, #c88d28, #c75000, #dc8b28);
}

Sunset Glow color palette created on .