Blue Storm カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Storm palette

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

Blue Storm カラーパレット CSS

/* CSS */
.color-1 {
color: #4a6e8c;
}
.color-2 {
color: #8da0a5;
}
.color-3 {
color: #b4c2c5;
}
.color-4 {
color: #e1e9ea;
}
.color-5 {
color: #f5fafa;
}

/* CSS Variables */
:root {
--color-1: #4a6e8c;
--color-2: #8da0a5;
--color-3: #b4c2c5;
--color-4: #e1e9ea;
--color-5: #f5fafa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e8c, #8da0a5, #b4c2c5, #e1e9ea, #f5fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e8c, #8da0a5, #b4c2c5, #e1e9ea, #f5fafa);
}

Blue Storm color palette created on .