Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #004985;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #00a7d1;
}
.color-4 {
color: #00c7e6;
}
.color-5 {
color: #00e0f0;
}

/* CSS Variables */
:root {
--color-1: #004985;
--color-2: #0076a8;
--color-3: #00a7d1;
--color-4: #00c7e6;
--color-5: #00e0f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004985, #0076a8, #00a7d1, #00c7e6, #00e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004985, #0076a8, #00a7d1, #00c7e6, #00e0f0);
}

Shades of Blue color palette created on .