Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #4e4e79;
}
.color-3 {
color: #7d7da6;
}
.color-4 {
color: #a3a3d2;
}
.color-5 {
color: #cfcff2;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4e4e79;
--color-3: #7d7da6;
--color-4: #a3a3d2;
--color-5: #cfcff2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4e4e79, #7d7da6, #a3a3d2, #cfcff2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4e4e79, #7d7da6, #a3a3d2, #cfcff2);
}

Shades of Blue color palette created on .