Muted Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Blue palette
Muted Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #6a7b8a;
}
.color-2 {
color: #4a636d;
}
.color-3 {
color: #3b4b54;
}
.color-4 {
color: #a7c3c0;
}
.color-5 {
color: #d8e4e3;
}
/* CSS Variables */
:root {
--color-1: #6a7b8a;
--color-2: #4a636d;
--color-3: #3b4b54;
--color-4: #a7c3c0;
--color-5: #d8e4e3;
}
Muted Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a7b8a, #4a636d, #3b4b54, #a7c3c0, #d8e4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a7b8a, #4a636d, #3b4b54, #a7c3c0, #d8e4e3);
}
似たようなカラーパレット
Muted Blue color palette created on .