Calm Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Calm Blue palette

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

Calm Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b6dded;
}
.color-2 {
color: #6fc7ec;
}
.color-3 {
color: #42a3d7;
}
.color-4 {
color: #2e86b2;
}
.color-5 {
color: #2a708d;
}

/* CSS Variables */
:root {
--color-1: #b6dded;
--color-2: #6fc7ec;
--color-3: #42a3d7;
--color-4: #2e86b2;
--color-5: #2a708d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6dded, #6fc7ec, #42a3d7, #2e86b2, #2a708d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6dded, #6fc7ec, #42a3d7, #2e86b2, #2a708d);
}

Calm Blue color palette created on .