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