Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #6b7fff;
}
.color-2 {
color: #a3a9ff;
}
.color-3 {
color: #d1d4ff;
}
.color-4 {
color: #f0e5ff;
}
.color-5 {
color: #eab8ff;
}

/* CSS Variables */
:root {
--color-1: #6b7fff;
--color-2: #a3a9ff;
--color-3: #d1d4ff;
--color-4: #f0e5ff;
--color-5: #eab8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7fff, #a3a9ff, #d1d4ff, #f0e5ff, #eab8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7fff, #a3a9ff, #d1d4ff, #f0e5ff, #eab8ff);
}

Shades of Blue color palette created on .