Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #506d7c;
}
.color-2 {
color: #6f8ba5;
}
.color-3 {
color: #9ab2c6;
}
.color-4 {
color: #c5d8e2;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #506d7c;
--color-2: #6f8ba5;
--color-3: #9ab2c6;
--color-4: #c5d8e2;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #506d7c, #6f8ba5, #9ab2c6, #c5d8e2, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #506d7c, #6f8ba5, #9ab2c6, #c5d8e2, #f1f5f8);
}

Shades of Blue color palette created on .