Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット (PNG) をダウンロード

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #3f89c6;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #8c24a8;
}

/* CSS Variables */
:root {
--color-1: #3f89c6;
--color-2: #ffb84d;
--color-3: #f47b1f;
--color-4: #d33131;
--color-5: #8c24a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f89c6, #ffb84d, #f47b1f, #d33131, #8c24a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f89c6, #ffb84d, #f47b1f, #d33131, #8c24a8);
}

Blue Sunset color palette created on .