Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #dfe3e7;
}
.color-2 {
color: #b7c9cc;
}
.color-3 {
color: #8ea9b4;
}
.color-4 {
color: #4c757b;
}
.color-5 {
color: #2d4c4e;
}

/* CSS Variables */
:root {
--color-1: #dfe3e7;
--color-2: #b7c9cc;
--color-3: #8ea9b4;
--color-4: #4c757b;
--color-5: #2d4c4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe3e7, #b7c9cc, #8ea9b4, #4c757b, #2d4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe3e7, #b7c9cc, #8ea9b4, #4c757b, #2d4c4e);
}

Shades of Blue color palette created on .