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