Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #2b4c91;
}
.color-3 {
color: #4b7baf;
}
.color-4 {
color: #84c2d2;
}
.color-5 {
color: #b1dfe7;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #2b4c91;
--color-3: #4b7baf;
--color-4: #84c2d2;
--color-5: #b1dfe7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #2b4c91, #4b7baf, #84c2d2, #b1dfe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #2b4c91, #4b7baf, #84c2d2, #b1dfe7);
}

Shades of Blue color palette created on .