Mystic Pegasus Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Pegasus Dream palette

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

Mystic Pegasus Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #d5a1e8;
}
.color-3 {
color: #b28fc7;
}
.color-4 {
color: #4a1f8e;
}
.color-5 {
color: #e0c2ff;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #d5a1e8;
--color-3: #b28fc7;
--color-4: #4a1f8e;
--color-5: #e0c2ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #d5a1e8, #b28fc7, #4a1f8e, #e0c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #d5a1e8, #b28fc7, #4a1f8e, #e0c2ff);
}

Mystic Pegasus Dream color palette created on .