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