Blue Haze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Haze palette

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

Blue Haze カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c4d1;
}
.color-2 {
color: #b5e1e8;
}
.color-3 {
color: #e1c6d4;
}
.color-4 {
color: #f6b6c1;
}
.color-5 {
color: #f1a7b4;
}

/* CSS Variables */
:root {
--color-1: #a8c4d1;
--color-2: #b5e1e8;
--color-3: #e1c6d4;
--color-4: #f6b6c1;
--color-5: #f1a7b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c4d1, #b5e1e8, #e1c6d4, #f6b6c1, #f1a7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c4d1, #b5e1e8, #e1c6d4, #f6b6c1, #f1a7b4);
}

Blue Haze color palette created on .