Pink Mystic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Mystic palette

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

Pink Mystic カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e0d4;
}
.color-2 {
color: #d8b6a2;
}
.color-3 {
color: #b5a1a8;
}
.color-4 {
color: #f4c09f;
}
.color-5 {
color: #e6b9a2;
}

/* CSS Variables */
:root {
--color-1: #f2e0d4;
--color-2: #d8b6a2;
--color-3: #b5a1a8;
--color-4: #f4c09f;
--color-5: #e6b9a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e0d4, #d8b6a2, #b5a1a8, #f4c09f, #e6b9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e0d4, #d8b6a2, #b5a1a8, #f4c09f, #e6b9a2);
}

Pink Mystic color palette created on .