Mystic Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Pink palette

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

Mystic Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f1e9da;
}
.color-2 {
color: #e1b7c1;
}
.color-3 {
color: #d6a9c3;
}
.color-4 {
color: #a97e9c;
}
.color-5 {
color: #705c7f;
}

/* CSS Variables */
:root {
--color-1: #f1e9da;
--color-2: #e1b7c1;
--color-3: #d6a9c3;
--color-4: #a97e9c;
--color-5: #705c7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9da, #e1b7c1, #d6a9c3, #a97e9c, #705c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9da, #e1b7c1, #d6a9c3, #a97e9c, #705c7f);
}

Mystic Pink color palette created on .