Blue Haze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Haze palette

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

Blue Haze カラーパレット CSS

/* CSS */
.color-1 {
color: #4b5e71;
}
.color-2 {
color: #798a9a;
}
.color-3 {
color: #a7b8c8;
}
.color-4 {
color: #d1c8a8;
}
.color-5 {
color: #e1af7a;
}

/* CSS Variables */
:root {
--color-1: #4b5e71;
--color-2: #798a9a;
--color-3: #a7b8c8;
--color-4: #d1c8a8;
--color-5: #e1af7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e71, #798a9a, #a7b8c8, #d1c8a8, #e1af7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e71, #798a9a, #a7b8c8, #d1c8a8, #e1af7a);
}

Blue Haze color palette created on .