Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #283a77;
}
.color-2 {
color: #4b4f8b;
}
.color-3 {
color: #6b6f9e;
}
.color-4 {
color: #a5a9d5;
}
.color-5 {
color: #d5d7e2;
}

/* CSS Variables */
:root {
--color-1: #283a77;
--color-2: #4b4f8b;
--color-3: #6b6f9e;
--color-4: #a5a9d5;
--color-5: #d5d7e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #283a77, #4b4f8b, #6b6f9e, #a5a9d5, #d5d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #283a77, #4b4f8b, #6b6f9e, #a5a9d5, #d5d7e2);
}

Shades of Blue color palette created on .