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: #a7c7e2;
}
.color-2 {
color: #e1b7d1;
}
.color-3 {
color: #f4bed2;
}
.color-4 {
color: #f8e2a5;
}
.color-5 {
color: #f9b79f;
}

/* CSS Variables */
:root {
--color-1: #a7c7e2;
--color-2: #e1b7d1;
--color-3: #f4bed2;
--color-4: #f8e2a5;
--color-5: #f9b79f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c7e2, #e1b7d1, #f4bed2, #f8e2a5, #f9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c7e2, #e1b7d1, #f4bed2, #f8e2a5, #f9b79f);
}

Light Blue color palette created on .