Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1d2a4e;
}
.color-2 {
color: #2e3b61;
}
.color-3 {
color: #4a5a8c;
}
.color-4 {
color: #7993c8;
}
.color-5 {
color: #a3c5e0;
}

/* CSS Variables */
:root {
--color-1: #1d2a4e;
--color-2: #2e3b61;
--color-3: #4a5a8c;
--color-4: #7993c8;
--color-5: #a3c5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a4e, #2e3b61, #4a5a8c, #7993c8, #a3c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a4e, #2e3b61, #4a5a8c, #7993c8, #a3c5e0);
}

Shades of Blue color palette created on .