Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #52b4ff;
}
.color-2 {
color: #3f8df3;
}
.color-3 {
color: #2d66e1;
}
.color-4 {
color: #0f45b3;
}
.color-5 {
color: #0a2e8a;
}

/* CSS Variables */
:root {
--color-1: #52b4ff;
--color-2: #3f8df3;
--color-3: #2d66e1;
--color-4: #0f45b3;
--color-5: #0a2e8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #52b4ff, #3f8df3, #2d66e1, #0f45b3, #0a2e8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #52b4ff, #3f8df3, #2d66e1, #0f45b3, #0a2e8a);
}

Shades of Blue color palette created on .