Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #215c97;
}
.color-2 {
color: #3b8cbf;
}
.color-3 {
color: #4ec5e9;
}
.color-4 {
color: #7dd2d8;
}
.color-5 {
color: #a1e0e2;
}

/* CSS Variables */
:root {
--color-1: #215c97;
--color-2: #3b8cbf;
--color-3: #4ec5e9;
--color-4: #7dd2d8;
--color-5: #a1e0e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #215c97, #3b8cbf, #4ec5e9, #7dd2d8, #a1e0e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #215c97, #3b8cbf, #4ec5e9, #7dd2d8, #a1e0e2);
}

Shades of Blue color palette created on .