Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #57d5ff;
}
.color-2 {
color: #6bb5ff;
}
.color-3 {
color: #b0dffc;
}
.color-4 {
color: #ffe657;
}
.color-5 {
color: #ff8457;
}

/* CSS Variables */
:root {
--color-1: #57d5ff;
--color-2: #6bb5ff;
--color-3: #b0dffc;
--color-4: #ffe657;
--color-5: #ff8457;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #57d5ff, #6bb5ff, #b0dffc, #ffe657, #ff8457);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #57d5ff, #6bb5ff, #b0dffc, #ffe657, #ff8457);
}

Blue Sunset color palette created on .