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