Muted Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Winter palette

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

Muted Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a6b1b5;
}
.color-2 {
color: #a2c1c3;
}
.color-3 {
color: #e3e5e1;
}
.color-4 {
color: #d4bac7;
}
.color-5 {
color: #bfa8c7;
}

/* CSS Variables */
:root {
--color-1: #a6b1b5;
--color-2: #a2c1c3;
--color-3: #e3e5e1;
--color-4: #d4bac7;
--color-5: #bfa8c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1b5, #a2c1c3, #e3e5e1, #d4bac7, #bfa8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1b5, #a2c1c3, #e3e5e1, #d4bac7, #bfa8c7);
}

Muted Winter color palette created on .