Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #c2c9e5;
}
.color-2 {
color: #8f8fbd;
}
.color-3 {
color: #6b6d9e;
}
.color-4 {
color: #4d4d80;
}
.color-5 {
color: #282a5d;
}

/* CSS Variables */
:root {
--color-1: #c2c9e5;
--color-2: #8f8fbd;
--color-3: #6b6d9e;
--color-4: #4d4d80;
--color-5: #282a5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c9e5, #8f8fbd, #6b6d9e, #4d4d80, #282a5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c9e5, #8f8fbd, #6b6d9e, #4d4d80, #282a5d);
}

Shades of Blue color palette created on .