Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6a7d9;
}
.color-2 {
color: #b3b3e6;
}
.color-3 {
color: #d1d5f0;
}
.color-4 {
color: #f3e4a0;
}
.color-5 {
color: #f1a7b8;
}

/* CSS Variables */
:root {
--color-1: #a6a7d9;
--color-2: #b3b3e6;
--color-3: #d1d5f0;
--color-4: #f3e4a0;
--color-5: #f1a7b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a7d9, #b3b3e6, #d1d5f0, #f3e4a0, #f1a7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a7d9, #b3b3e6, #d1d5f0, #f3e4a0, #f1a7b8);
}

Shades of Blue color palette created on .