Mystic Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Elegance palette

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

Mystic Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #7c5c99;
}
.color-2 {
color: #a36c9e;
}
.color-3 {
color: #d59ab5;
}
.color-4 {
color: #f6c6d4;
}
.color-5 {
color: #ffe0b3;
}

/* CSS Variables */
:root {
--color-1: #7c5c99;
--color-2: #a36c9e;
--color-3: #d59ab5;
--color-4: #f6c6d4;
--color-5: #ffe0b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c5c99, #a36c9e, #d59ab5, #f6c6d4, #ffe0b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c5c99, #a36c9e, #d59ab5, #f6c6d4, #ffe0b3);
}

Mystic Elegance color palette created on .