Light Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue palette

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

Light Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7ea6d7;
}
.color-3 {
color: #4a8fd9;
}
.color-4 {
color: #2a6ebb;
}
.color-5 {
color: #1b5998;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7ea6d7;
--color-3: #4a8fd9;
--color-4: #2a6ebb;
--color-5: #1b5998;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7ea6d7, #4a8fd9, #2a6ebb, #1b5998);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7ea6d7, #4a8fd9, #2a6ebb, #1b5998);
}

Light Blue color palette created on .