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