Light Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue palette

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

Light Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c2e6;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #b9e4e2;
}
.color-4 {
color: #f1c5c1;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #a2c2e6;
--color-2: #a8d6e6;
--color-3: #b9e4e2;
--color-4: #f1c5c1;
--color-5: #ffb3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e6, #a8d6e6, #b9e4e2, #f1c5c1, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e6, #a8d6e6, #b9e4e2, #f1c5c1, #ffb3b3);
}

Light Blue color palette created on .