Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #7e9bb9;
}
.color-2 {
color: #4f7a92;
}
.color-3 {
color: #3b556d;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #ab4036;
}
/* CSS Variables */
:root {
--color-1: #7e9bb9;
--color-2: #4f7a92;
--color-3: #3b556d;
--color-4: #2b3d50;
--color-5: #ab4036;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9bb9, #4f7a92, #3b556d, #2b3d50, #ab4036);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9bb9, #4f7a92, #3b556d, #2b3d50, #ab4036);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Shades of Blue color palette created on .