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: #5c7a8a;
}
.color-2 {
color: #a7b79f;
}
.color-3 {
color: #f0c49e;
}
.color-4 {
color: #d07e5d;
}
.color-5 {
color: #8f503d;
}

/* CSS Variables */
:root {
--color-1: #5c7a8a;
--color-2: #a7b79f;
--color-3: #f0c49e;
--color-4: #d07e5d;
--color-5: #8f503d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7a8a, #a7b79f, #f0c49e, #d07e5d, #8f503d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7a8a, #a7b79f, #f0c49e, #d07e5d, #8f503d);
}

Muted Blue color palette created on .