Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f1c6c8;
}
.color-3 {
color: #f6d66f;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #c5592b;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f1c6c8;
--color-3: #f6d66f;
--color-4: #f0a800;
--color-5: #c5592b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f1c6c8, #f6d66f, #f0a800, #c5592b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f1c6c8, #f6d66f, #f0a800, #c5592b);
}

Blue Sunset color palette created on .