Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #29b6e0;
}
.color-2 {
color: #f68d1e;
}
.color-3 {
color: #ff5a3d;
}
.color-4 {
color: #ffbd52;
}
.color-5 {
color: #e3f0d6;
}

/* CSS Variables */
:root {
--color-1: #29b6e0;
--color-2: #f68d1e;
--color-3: #ff5a3d;
--color-4: #ffbd52;
--color-5: #e3f0d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b6e0, #f68d1e, #ff5a3d, #ffbd52, #e3f0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b6e0, #f68d1e, #ff5a3d, #ffbd52, #e3f0d6);
}

Blue Sunset color palette created on .