Light Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue palette

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

Light Blue カラーパレット (PNG) をダウンロード

Download light blue color palette PNG image (landscape)
Download light blue color palette PNG image (square)

Light Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b5e3f2;
}
.color-3 {
color: #b0d1e8;
}
.color-4 {
color: #87c4e3;
}
.color-5 {
color: #6cb8e5;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b5e3f2;
--color-3: #b0d1e8;
--color-4: #87c4e3;
--color-5: #6cb8e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b5e3f2, #b0d1e8, #87c4e3, #6cb8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b5e3f2, #b0d1e8, #87c4e3, #6cb8e5);
}

Light Blue color palette created on .