Mystic Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Pink palette

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

Mystic Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3e4e;
}
.color-2 {
color: #8b5b7e;
}
.color-3 {
color: #cfa0af;
}
.color-4 {
color: #f2c5c5;
}
.color-5 {
color: #ffb5b3;
}

/* CSS Variables */
:root {
--color-1: #5b3e4e;
--color-2: #8b5b7e;
--color-3: #cfa0af;
--color-4: #f2c5c5;
--color-5: #ffb5b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e4e, #8b5b7e, #cfa0af, #f2c5c5, #ffb5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e4e, #8b5b7e, #cfa0af, #f2c5c5, #ffb5b3);
}

Mystic Pink color palette created on .