Light Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Blue palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Light Blue カラーパレット (PNG) をダウンロード
Light Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #8eadeb;
}
.color-4 {
color: #5b9edc;
}
.color-5 {
color: #3b7bb0;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #a2c7e7;
--color-3: #8eadeb;
--color-4: #5b9edc;
--color-5: #3b7bb0;
}
Light Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #a2c7e7, #8eadeb, #5b9edc, #3b7bb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #a2c7e7, #8eadeb, #5b9edc, #3b7bb0);
}
似たようなカラーパレット
Light Blue color palette created on .