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