Muted Eclectic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Eclectic palette

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

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

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

Muted Eclectic カラーパレット CSS

/* CSS */
.color-1 {
color: #799a8d;
}
.color-2 {
color: #b7d7c2;
}
.color-3 {
color: #e3c4a5;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d4573a;
}

/* CSS Variables */
:root {
--color-1: #799a8d;
--color-2: #b7d7c2;
--color-3: #e3c4a5;
--color-4: #f4a462;
--color-5: #d4573a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8d, #b7d7c2, #e3c4a5, #f4a462, #d4573a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8d, #b7d7c2, #e3c4a5, #f4a462, #d4573a);
}

Muted Eclectic color palette created on .