Muted Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Blue palette

このパレットを共有する先:

Muted Blue カラー パレット PNG 画像

Download muted blue color palette PNG image (landscape)
Download muted blue color palette PNG image (square)

Muted Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4a4d8c;
}
.color-2 {
color: #757d95;
}
.color-3 {
color: #a5b3c0;
}
.color-4 {
color: #c3b6c2;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #4a4d8c;
--color-2: #757d95;
--color-3: #a5b3c0;
--color-4: #c3b6c2;
--color-5: #e9b79f;
}

Muted Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d8c, #757d95, #a5b3c0, #c3b6c2, #e9b79f);
}

Muted Blue color palette created on .