Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f1f2f3;
}
.color-2 {
color: #d9e1e8;
}
.color-3 {
color: #a2b8c8;
}
.color-4 {
color: #3a5c92;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f1f2f3;
--color-2: #d9e1e8;
--color-3: #a2b8c8;
--color-4: #3a5c92;
--color-5: #2b3d50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f2f3, #d9e1e8, #a2b8c8, #3a5c92, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f2f3, #d9e1e8, #a2b8c8, #3a5c92, #2b3d50);
}

Shades of Blue color palette created on .