Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #00329e;
}
.color-2 {
color: #0056b3;
}
.color-3 {
color: #007bc2;
}
.color-4 {
color: #0092d1;
}
.color-5 {
color: #00b0e6;
}

/* CSS Variables */
:root {
--color-1: #00329e;
--color-2: #0056b3;
--color-3: #007bc2;
--color-4: #0092d1;
--color-5: #00b0e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00329e, #0056b3, #007bc2, #0092d1, #00b0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00329e, #0056b3, #007bc2, #0092d1, #00b0e6);
}

Shades of Blue color palette created on .