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: #f76959;
}
.color-2 {
color: #f8a76d;
}
.color-3 {
color: #fbcf8e;
}
.color-4 {
color: #fdfb86;
}
.color-5 {
color: #3cb472;
}

/* CSS Variables */
:root {
--color-1: #f76959;
--color-2: #f8a76d;
--color-3: #fbcf8e;
--color-4: #fdfb86;
--color-5: #3cb472;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76959, #f8a76d, #fbcf8e, #fdfb86, #3cb472);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76959, #f8a76d, #fbcf8e, #fdfb86, #3cb472);
}

Sunset Glow color palette created on .