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