Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3d5b76;
}
.color-2 {
color: #5f8a9b;
}
.color-3 {
color: #8da3b4;
}
.color-4 {
color: #b1d5e2;
}
.color-5 {
color: #dff6f5;
}

/* CSS Variables */
:root {
--color-1: #3d5b76;
--color-2: #5f8a9b;
--color-3: #8da3b4;
--color-4: #b1d5e2;
--color-5: #dff6f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5b76, #5f8a9b, #8da3b4, #b1d5e2, #dff6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5b76, #5f8a9b, #8da3b4, #b1d5e2, #dff6f5);
}

Shades of Blue color palette created on .