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