Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #3c7cb9;
}
.color-4 {
color: #005a8a;
}
.color-5 {
color: #00295c;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #5d9bd5;
--color-3: #3c7cb9;
--color-4: #005a8a;
--color-5: #00295c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #5d9bd5, #3c7cb9, #005a8a, #00295c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #5d9bd5, #3c7cb9, #005a8a, #00295c);
}

Shades of Blue color palette created on .