Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1d405d;
}
.color-2 {
color: #2a596f;
}
.color-3 {
color: #4a7c8c;
}
.color-4 {
color: #78bfaf;
}
.color-5 {
color: #a3e0c9;
}

/* CSS Variables */
:root {
--color-1: #1d405d;
--color-2: #2a596f;
--color-3: #4a7c8c;
--color-4: #78bfaf;
--color-5: #a3e0c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d405d, #2a596f, #4a7c8c, #78bfaf, #a3e0c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d405d, #2a596f, #4a7c8c, #78bfaf, #a3e0c9);
}

Shades of Blue color palette created on .