Muted Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Pink palette

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

Muted Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b8a2;
}
.color-2 {
color: #c4afa1;
}
.color-3 {
color: #a48e9c;
}
.color-4 {
color: #8c708f;
}
.color-5 {
color: #6e5a8c;
}

/* CSS Variables */
:root {
--color-1: #e6b8a2;
--color-2: #c4afa1;
--color-3: #a48e9c;
--color-4: #8c708f;
--color-5: #6e5a8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b8a2, #c4afa1, #a48e9c, #8c708f, #6e5a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b8a2, #c4afa1, #a48e9c, #8c708f, #6e5a8c);
}

Muted Pink color palette created on .