Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #6ec4a4;
}
.color-3 {
color: #f3e17c;
}
.color-4 {
color: #f29e31;
}
.color-5 {
color: #d75b3c;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #6ec4a4;
--color-3: #f3e17c;
--color-4: #f29e31;
--color-5: #d75b3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #6ec4a4, #f3e17c, #f29e31, #d75b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #6ec4a4, #f3e17c, #f29e31, #d75b3c);
}

Blue Sunset color palette created on .