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