Light Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue palette

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

Light Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #aee0cf;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #f6c6a2;
}
.color-5 {
color: #f8a5a5;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #aee0cf;
--color-3: #f1e1a7;
--color-4: #f6c6a2;
--color-5: #f8a5a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #aee0cf, #f1e1a7, #f6c6a2, #f8a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #aee0cf, #f1e1a7, #f6c6a2, #f8a5a5);
}

Light Blue color palette created on .