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: #3b3b3b;
}
.color-2 {
color: #f9f4e1;
}
.color-3 {
color: #fcd640;
}
.color-4 {
color: #e5e96d;
}
.color-5 {
color: #e6b798;
}

/* CSS Variables */
:root {
--color-1: #3b3b3b;
--color-2: #f9f4e1;
--color-3: #fcd640;
--color-4: #e5e96d;
--color-5: #e6b798;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b3b, #f9f4e1, #fcd640, #e5e96d, #e6b798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b3b, #f9f4e1, #fcd640, #e5e96d, #e6b798);
}

Sunset Glow color palette created on .