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: #e0f7fa;
}
.color-2 {
color: #a6e0f2;
}
.color-3 {
color: #6cc3e0;
}
.color-4 {
color: #3e8cb6;
}
.color-5 {
color: #1f4c7f;
}
/* CSS Variables */
:root {
--color-1: #e0f7fa;
--color-2: #a6e0f2;
--color-3: #6cc3e0;
--color-4: #3e8cb6;
--color-5: #1f4c7f;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f7fa, #a6e0f2, #6cc3e0, #3e8cb6, #1f4c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f7fa, #a6e0f2, #6cc3e0, #3e8cb6, #1f4c7f);
}
似たようなカラーパレット
Shades of Blue color palette created on .