Muted Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Harmony palette

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

Muted Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #b1a3c7;
}
.color-2 {
color: #a1b0d4;
}
.color-3 {
color: #80b3d1;
}
.color-4 {
color: #55c3b6;
}
.color-5 {
color: #f0e1a3;
}

/* CSS Variables */
:root {
--color-1: #b1a3c7;
--color-2: #a1b0d4;
--color-3: #80b3d1;
--color-4: #55c3b6;
--color-5: #f0e1a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1a3c7, #a1b0d4, #80b3d1, #55c3b6, #f0e1a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1a3c7, #a1b0d4, #80b3d1, #55c3b6, #f0e1a3);
}

Muted Harmony color palette created on .