Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #1166b6;
}
.color-2 {
color: #fc461d;
}
.color-3 {
color: #c75043;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #8fdc95;
}

/* CSS Variables */
:root {
--color-1: #1166b6;
--color-2: #fc461d;
--color-3: #c75043;
--color-4: #f6b83c;
--color-5: #8fdc95;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1166b6, #fc461d, #c75043, #f6b83c, #8fdc95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1166b6, #fc461d, #c75043, #f6b83c, #8fdc95);
}

Blue Sunset color palette created on .