Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4e5a74;
}
.color-2 {
color: #a6b9c9;
}
.color-3 {
color: #f6c0b1;
}
.color-4 {
color: #d9694a;
}
.color-5 {
color: #b36b8b;
}

/* CSS Variables */
:root {
--color-1: #4e5a74;
--color-2: #a6b9c9;
--color-3: #f6c0b1;
--color-4: #d9694a;
--color-5: #b36b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e5a74, #a6b9c9, #f6c0b1, #d9694a, #b36b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e5a74, #a6b9c9, #f6c0b1, #d9694a, #b36b8b);
}

Shades of Blue color palette created on .