Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #203c56;
}
.color-2 {
color: #2b4c7d;
}
.color-3 {
color: #3b6ea0;
}
.color-4 {
color: #4ba7d2;
}
.color-5 {
color: #a2d0e7;
}

/* CSS Variables */
:root {
--color-1: #203c56;
--color-2: #2b4c7d;
--color-3: #3b6ea0;
--color-4: #4ba7d2;
--color-5: #a2d0e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #203c56, #2b4c7d, #3b6ea0, #4ba7d2, #a2d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #203c56, #2b4c7d, #3b6ea0, #4ba7d2, #a2d0e7);
}

Shades of Blue color palette created on .