Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #d7e4ea;
}
.color-2 {
color: #a3b8c8;
}
.color-3 {
color: #7a9bae;
}
.color-4 {
color: #507c95;
}
.color-5 {
color: #2e5a76;
}

/* CSS Variables */
:root {
--color-1: #d7e4ea;
--color-2: #a3b8c8;
--color-3: #7a9bae;
--color-4: #507c95;
--color-5: #2e5a76;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e4ea, #a3b8c8, #7a9bae, #507c95, #2e5a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e4ea, #a3b8c8, #7a9bae, #507c95, #2e5a76);
}

Shades of Blue color palette created on .