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: #046c81;
}
.color-2 {
color: #8a5e00;
}
.color-3 {
color: #8f3c00;
}
.color-4 {
color: #530404;
}
.color-5 {
color: #830b07;
}

/* CSS Variables */
:root {
--color-1: #046c81;
--color-2: #8a5e00;
--color-3: #8f3c00;
--color-4: #530404;
--color-5: #830b07;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}

Blue Sunset color palette created on .