Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #90d3f4;
}
.color-2 {
color: #3bb4c4;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #f1798d;
}

/* CSS Variables */
:root {
--color-1: #90d3f4;
--color-2: #3bb4c4;
--color-3: #ff6e61;
--color-4: #fab700;
--color-5: #f1798d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90d3f4, #3bb4c4, #ff6e61, #fab700, #f1798d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90d3f4, #3bb4c4, #ff6e61, #fab700, #f1798d);
}

Blue Sunset color palette created on .