Muted Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Pink palette

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

Muted Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c2d5;
}
.color-2 {
color: #d6a4b3;
}
.color-3 {
color: #c78e9f;
}
.color-4 {
color: #b87a8a;
}
.color-5 {
color: #a66e7c;
}

/* CSS Variables */
:root {
--color-1: #e5c2d5;
--color-2: #d6a4b3;
--color-3: #c78e9f;
--color-4: #b87a8a;
--color-5: #a66e7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c2d5, #d6a4b3, #c78e9f, #b87a8a, #a66e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c2d5, #d6a4b3, #c78e9f, #b87a8a, #a66e7c);
}

Muted Pink color palette created on .