Muted Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Pink palette

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

Muted Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #7b6a8a;
}
.color-2 {
color: #a67d8e;
}
.color-3 {
color: #e4b196;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #e77a4b;
}

/* CSS Variables */
:root {
--color-1: #7b6a8a;
--color-2: #a67d8e;
--color-3: #e4b196;
--color-4: #f9d75d;
--color-5: #e77a4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b6a8a, #a67d8e, #e4b196, #f9d75d, #e77a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b6a8a, #a67d8e, #e4b196, #f9d75d, #e77a4b);
}

Muted Pink color palette created on .