Mysterious Veil カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mysterious Veil palette

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

Mysterious Veil カラーパレット CSS

/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #aea7c8;
}
.color-3 {
color: #e6d6c1;
}
.color-4 {
color: #b7b2b8;
}
.color-5 {
color: #3c6e90;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #aea7c8;
--color-3: #e6d6c1;
--color-4: #b7b2b8;
--color-5: #3c6e90;
}

Mysterious Veil の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #aea7c8, #e6d6c1, #b7b2b8, #3c6e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #aea7c8, #e6d6c1, #b7b2b8, #3c6e90);
}

Mysterious Veil color palette created on .