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