Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f0a76a;
}
.color-3 {
color: #e05a29;
}
.color-4 {
color: #f8e8a0;
}
.color-5 {
color: #c5e9af;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f0a76a;
--color-3: #e05a29;
--color-4: #f8e8a0;
--color-5: #c5e9af;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f0a76a, #e05a29, #f8e8a0, #c5e9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f0a76a, #e05a29, #f8e8a0, #c5e9af);
}

Blue Sunset color palette created on .