Muted Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Pink palette

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

Muted Pink カラーパレット (PNG) をダウンロード

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

Muted Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e6e5e0;
}
.color-2 {
color: #d2c6b6;
}
.color-3 {
color: #c0a5b0;
}
.color-4 {
color: #8d7c85;
}
.color-5 {
color: #c4d4d1;
}

/* CSS Variables */
:root {
--color-1: #e6e5e0;
--color-2: #d2c6b6;
--color-3: #c0a5b0;
--color-4: #8d7c85;
--color-5: #c4d4d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e5e0, #d2c6b6, #c0a5b0, #8d7c85, #c4d4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e5e0, #d2c6b6, #c0a5b0, #8d7c85, #c4d4d1);
}

Muted Pink color palette created on .