Light Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Blue palette
Light Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #a1d6e2;
}
.color-2 {
color: #b0e0e8;
}
.color-3 {
color: #c4e9ed;
}
.color-4 {
color: #e5f8ff;
}
.color-5 {
color: #b3e4ff;
}
/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #b0e0e8;
--color-3: #c4e9ed;
--color-4: #e5f8ff;
--color-5: #b3e4ff;
}
Light Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #b0e0e8, #c4e9ed, #e5f8ff, #b3e4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #b0e0e8, #c4e9ed, #e5f8ff, #b3e4ff);
}
似たようなカラーパレット
Light Blue color palette created on .