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