Mystic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Reverie palette

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

Mystic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #a45cb7;
}
.color-2 {
color: #a86fbe;
}
.color-3 {
color: #aea4d0;
}
.color-4 {
color: #e0b6e2;
}
.color-5 {
color: #d69ebc;
}

/* CSS Variables */
:root {
--color-1: #a45cb7;
--color-2: #a86fbe;
--color-3: #aea4d0;
--color-4: #e0b6e2;
--color-5: #d69ebc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45cb7, #a86fbe, #aea4d0, #e0b6e2, #d69ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45cb7, #a86fbe, #aea4d0, #e0b6e2, #d69ebc);
}

Mystic Reverie color palette created on .