Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #7a7a9f;
}
.color-4 {
color: #b9b9da;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #4b4b6c;
--color-3: #7a7a9f;
--color-4: #b9b9da;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #4b4b6c, #7a7a9f, #b9b9da, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #4b4b6c, #7a7a9f, #b9b9da, #ffffff);
}

似たようなカラーパレット

Shades of Blue color palette created on .