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