Blue Zen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Zen palette

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

Blue Zen カラーパレット CSS

/* CSS */
.color-1 {
color: #dbe5f5;
}
.color-2 {
color: #b4d1e9;
}
.color-3 {
color: #7db1d8;
}
.color-4 {
color: #4e96c1;
}
.color-5 {
color: #0076a8;
}

/* CSS Variables */
:root {
--color-1: #dbe5f5;
--color-2: #b4d1e9;
--color-3: #7db1d8;
--color-4: #4e96c1;
--color-5: #0076a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe5f5, #b4d1e9, #7db1d8, #4e96c1, #0076a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe5f5, #b4d1e9, #7db1d8, #4e96c1, #0076a8);
}

Blue Zen color palette created on .