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